We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40cb6c commit 3e97440Copy full SHA for 3e97440
1 file changed
NSObject-ObjectMap.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "NSObject-ObjectMap"
3
- s.version = "2.1"
+ s.version = "2.2"
4
s.summary = "This is a drop-in category of NSObject that makes it easy to initialize custom objects from JSON or XML."
5
s.homepage = "https://github.com/uacaps/NSObject-ObjectMap"
6
s.license = { :type => 'UA', :file => 'LICENSE' }
7
s.author = { "uacaps" => "care@cs.ua.edu" }
8
- s.source = { :git => "https://github.com/uacaps/NSObject-ObjectMap.git", :tag => "2.1" }
+ s.source = { :git => "https://github.com/uacaps/NSObject-ObjectMap.git", :tag => "2.2" }
9
s.platform = :ios, '5.0'
10
s.source_files = 'NSObject-ObjectMap/*.{h,m}'
11
s.requires_arc = true
0 commit comments