Skip to content

Commit 3e97440

Browse files
author
Matthew York
committed
- Updated podspec
1 parent e40cb6c commit 3e97440

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NSObject-ObjectMap.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "NSObject-ObjectMap"
3-
s.version = "2.1"
3+
s.version = "2.2"
44
s.summary = "This is a drop-in category of NSObject that makes it easy to initialize custom objects from JSON or XML."
55
s.homepage = "https://github.com/uacaps/NSObject-ObjectMap"
66
s.license = { :type => 'UA', :file => 'LICENSE' }
77
s.author = { "uacaps" => "care@cs.ua.edu" }
8-
s.source = { :git => "https://github.com/uacaps/NSObject-ObjectMap.git", :tag => "2.1" }
8+
s.source = { :git => "https://github.com/uacaps/NSObject-ObjectMap.git", :tag => "2.2" }
99
s.platform = :ios, '5.0'
1010
s.source_files = 'NSObject-ObjectMap/*.{h,m}'
1111
s.requires_arc = true

0 commit comments

Comments
 (0)