Adding version 1.1.0
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user