Skip to content

Commit

Permalink
Podpsec 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ipodishima committed Feb 26, 2016
1 parent eb73057 commit a4254c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.0.2 - Released Feb 26, 2015
- Exposed the store on WAMapper
- Added a new store: `WANSCodingStore`

## 0.0.1 - Released Feb 23, 2015
Initial release
4 changes: 2 additions & 2 deletions WAMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "WAMapping"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "WAMapping is a library which turns dictionary to object and vice versa. Designed for speed!"
s.homepage = "https://github.com/Wasappli/WAMapping"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Marian Paul" => "marian@wasapp.li" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/Wasappli/WAMapping.git", :tag => "0.0.1" }
s.source = { :git => "https://github.com/Wasappli/WAMapping.git", :tag => "0.0.2" }
s.source_files = "Files/*.{h,m}"
s.requires_arc = true
s.frameworks = "CoreData"
Expand Down

0 comments on commit a4254c5

Please sign in to comment.