Skip to content

Commit

Permalink
Bump podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
johankool committed Jun 1, 2014
1 parent a80edca commit 50a9f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EFDataMappingKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EFDataMappingKit"
s.version = "0.1.2"
s.version = "0.1.3"
s.summary = "EFDataMappingKit maps data such as those coming from JSON onto an instance using mappings"
s.description = "EFDataMappingKit maps data such as those coming from JSON onto an instance using mappings. The mappings are also used to simplify implementing the NSCoding protocol for a class, and to create a dictionary representation of an instance."
s.homepage = "https://github.com/Egeniq/EFDataMappingKit"
Expand Down

0 comments on commit 50a9f98

Please sign in to comment.