Skip to content

Commit

Permalink
update Evernote SDK iOS: add back clean_paths for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Jul 18, 2012
1 parent 8fd985c commit 1c15492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Evernote-SDK-iOS/0.1.5/Evernote-SDK-iOS.podspec
Expand Up @@ -7,7 +7,8 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/evernote/evernote-sdk-ios'
s.author = 'Evernote'
s.source = { :git => 'https://github.com/evernote/evernote-sdk-ios.git', :tag => '0.1.5' }
s.source_files = 'evernote-sdk-ios/**/*.{h,m}'
s.source_files = 'evernote-sdk-ios/*.{h,m}', 'evernote-sdk-ios/EDAM/*.{h,m}', 'evernote-sdk-ios/internal/*.{h,m}', 'evernote-sdk-ios/3rdParty/Thrift', 'evernote-sdk-ios/3rdParty/NSString+URLEncoding'
s.clean_paths = 'evernote-sdk-ios.xcodeproj', 'SampleApp', 'evernote-sdk-ios/3rdParty/cocoa-oauth', 'evernote-sdk-ios/3rdParty/SSKeychain'
s.frameworks = 'Foundation', 'Security'
s.dependency 'cocoa-oauth', '~> 0.0.1'
s.dependency 'SSKeychain', '~> 0.1.2'
Expand Down

0 comments on commit 1c15492

Please sign in to comment.