[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / 8 / Evernote-SDK-iOS / 1.3.1 / Evernote-SDK-iOS.podspec.json
blobad260a039a55093ad3a329826f19e21d54a63f3b
2   "name": "Evernote-SDK-iOS",
3   "version": "1.3.1",
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": {
11     "Evernote": "devsupport@evernote.com"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/evernote/evernote-sdk-ios.git",
16     "tag": "1.3.1"
17   },
18   "source_files": [
19     "evernote-sdk-ios/*.{h,m}",
20     "evernote-sdk-ios/{EDAM,Utilities,internal}/**/*.{h,m}",
21     "evernote-sdk-ios/3rdParty/{AFNetworking,KSHTMLWriter,NSString+URLEncoding,Thrift,cocoa-oauth}/**/*.{h,m}"
22   ],
23   "frameworks": [
24     "Foundation",
25     "Security",
26     "StoreKit",
27     "MobileCoreServices"
28   ],
29   "libraries": "xml2",
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
32   },
33   "dependencies": {
34     "SSKeychain": [
35       "~> 1.2.2"
36     ]
37   }