Adding version 1.1.0

This commit is contained in:
mustafa
2013-03-01 11:48:40 -08:00
parent 618a43ad33
commit 45676d0eab
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'Evernote-SDK-iOS'
s.version = '1.1.0'
s.platform = :ios,'5.0'
s.license = 'https://github.com/evernote/evernote-sdk-ios/blob/master/LICENSE'
s.summary = 'Evernote SDK for iOS.'
s.homepage = 'https://github.com/evernote/evernote-sdk-ios'
s.author = 'Evernote'
s.requires_arc = true
s.source = { :git => 'https://github.com/evernote/evernote-sdk-ios.git', :tag => '1.1.0' }
s.source_files = 'evernote-sdk-ios/**/*.{h,m}'
s.frameworks = 'Foundation', 'Security', 'StoreKit'
end