Added StringCoding 1.2

This commit is contained in:
Nick Lockwood
2013-05-13 20:15:44 +01:00
parent acd4fe1b13
commit 1a269a98dd
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'StringCoding'
s.version = '1.2'
s.license = 'zlib'
s.summary = 'Simple library for setting object properties of any type using string values. Great for configuration files.'
s.homepage = 'https://github.com/nicklockwood/StringCoding'
s.authors = 'Nick Lockwood'
s.source = { :git => 'https://github.com/nicklockwood/StringCoding.git', :tag => '1.2' }
s.source_files = 'StringCoding'
s.requires_arc = true
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.6'
end