[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / 8 / Evernote-SDK-iOS / 1.3.0 / Evernote-SDK-iOS.podspec.json
blob6ec30e597556bce9d43b5d0e35f6d3be12cea569
2   "name": "Evernote-SDK-iOS",
3   "version": "1.3.0",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": "https://github.com/evernote/evernote-sdk-ios/blob/master/LICENSE",
8   "summary": "Evernote SDK for iOS.",
9   "homepage": "https://github.com/evernote/evernote-sdk-ios",
10   "authors": "Evernote",
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/evernote/evernote-sdk-ios.git",
14     "tag": "1.3.0"
15   },
16   "source_files": [
17     "evernote-sdk-ios/*.{h,m}",
18     "evernote-sdk-ios/{EDAM,Utilities,internal}/**/*.{h,m}",
19     "evernote-sdk-ios/3rdParty/{AFNetworking,KSHTMLWriter,NSString+URLEncoding,Thrift,cocoa-oauth}/**/*.{h,m}"
20   ],
21   "frameworks": [
22     "Foundation",
23     "Security",
24     "StoreKit",
25     "MobileCoreServices"
26   ],
27   "libraries": "xml2",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
30   },
31   "dependencies": {
32     "SSKeychain": [
33       "0.2.1"
34     ]
35   }