Skip to content

Commit

Permalink
Update FEM pod spec to point to the 1.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zen committed Aug 29, 2016
1 parent 649a37d commit ecb6e66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FastEasyMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'FastEasyMapping'
spec.version = '1.0.2'
spec.version = '1.1'
spec.summary = 'Fast mapping from JSON to NSObject / NSManagedObject and back'
spec.homepage = "https://github.com/Yalantis/FastEasyMapping"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ It turns out, that almost all popular libraries for JSON mapping are SLOW. The m

# Installation

#### Cocoapods:
#### CocoaPods:
```ruby
#Podfile
platform :ios, '7.0'
pod 'FastEasyMapping', '~> 1.0'
pod 'FastEasyMapping', '~> 1.1'
```
or add as a static library.

Expand Down

0 comments on commit ecb6e66

Please sign in to comment.