Skip to content

Commit

Permalink
Updated AutoCoding spec for version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Mar 8, 2013
1 parent 3714eea commit 85613e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions AutoCoding/1.3/AutoCoding.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "AutoCoding"
s.version = "1.3"
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" }
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.6'
s.source_files = 'AutoCoding'
end

0 comments on commit 85613e2

Please sign in to comment.