Skip to content

Commit

Permalink
Add podspec for Evernote-SDK-iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcglincy committed Apr 24, 2012
1 parent 73c6306 commit 99d4215
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Evernote-SDK-iOS/0.0.1/Evernote-SDK-iOS.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Evernote-SDK-iOS'
s.version = '0.0.1'
s.platform = :ios
s.license = 'https://github.com/evernote/evernote-sdk-ios/blob/master/LICENSE'
s.summary = 'Evernote SDK for iOS.'
s.homepage = 'http://dev.evernote.com/documentation/cloud/'
s.author = 'Evernote'
s.source = { :git => 'https://github.com/evernote/evernote-sdk-ios.git' }
s.source_files = 'evernote-sdk-ios/**/*.{h,m}'
s.frameworks = 'Foundation', 'Security'
end

0 comments on commit 99d4215

Please sign in to comment.