forked from Evernote/evernote-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further fixes for Evernote#104, Evernote#105, #109, and #117
Added the "SendToEvernoteActivity" directory to the header search paths. Including it with the directory worked for CocoaPods with Objective-C, but not for Swift. This may cause an error for those including it via a framework, but since CocoaPods can't deal with this consistently, flattening the heirarchy will be a better long term fix Also, bumped to 2.0.6
- Loading branch information
Jim Dusseau
committed
Nov 29, 2015
1 parent
19c9b21
commit 4c5cac9
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "evernote-cloud-sdk-ios" | ||
spec.version = "2.0.5" | ||
spec.version = "2.0.6" | ||
spec.summary = "Evernote Cloud SDK for iOS." | ||
spec.homepage = "https://github.com/evernote/evernote-cloud-sdk-ios" | ||
spec.license = ' https://github.com/evernote/evernote-cloud-sdk-ios/blob/master/LICENSE' | ||
spec.authors = { 'Evernote' => '[email protected]' } | ||
spec.source = { :git => "https://github.com/evernote/evernote-cloud-sdk-ios.git", :tag => "2.0.5"} | ||
spec.source = { :git => "https://github.com/evernote/evernote-cloud-sdk-ios.git", :tag => "2.0.6"} | ||
spec.ios.deployment_target = "8.0" | ||
spec.xcconfig = {'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'} | ||
spec.xcconfig = {'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2 ${PODS_ROOT}/Headers/Public/evernote-cloud-sdk-ios/SendToEvernoteActivity'} | ||
|
||
spec.header_mappings_dir = "evernote-sdk-ios/" | ||
spec.source_files = "evernote-sdk-ios/**/*.{h,m}", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters