Updated AutoCoding to version 1.3.1

This commit is contained in:
Nick Lockwood
2013-03-08 21:57:56 +00:00
parent ec9fb10308
commit e5b4e7d6ff
+12
View File
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "AutoCoding"
s.version = "1.3.1"
s.summary = "AutoCoding is a category on NSObject that provides automatic support for NSCoding to any object."
s.homepage = "https://github.com/nicklockwood/AutoCoding"
s.license = 'zlib'
s.author = "Nick Lockwood"
s.source = { :git => "https://github.com/nicklockwood/AutoCoding.git", :tag => "1.3.1" }
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.6'
s.source_files = 'AutoCoding'
end