-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from johankool/master
Code cleanup, bug fixes
- Loading branch information
Showing
5 changed files
with
276 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "EFDataMappingKit" | ||
s.version = "0.1.1" | ||
s.summary = "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.version = "0.1.2" | ||
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" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Johan Kool" => "[email protected]" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.