[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / c / SZNZotero / 0.3.4 / SZNZotero.podspec.json
blobfb59938e618dda7d0951e647a04e3447b2037b17
2   "name": "SZNZotero",
3   "version": "0.3.4",
4   "summary": "Objective-C client for the Zotero API.",
5   "homepage": "https://github.com/shazino/SZNZotero",
6   "license": "MIT",
7   "authors": {
8     "shazino": "contact@shazino.com"
9   },
10   "social_media_url": "https://twitter.com/shazino",
11   "source": {
12     "git": "https://github.com/shazino/SZNZotero.git",
13     "tag": "0.3.4"
14   },
15   "source_files": "SZNZotero/*",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.7"
20   },
21   "ios": {
22     "frameworks": "Security"
23   },
24   "dependencies": {
25     "AFOAuth1Client": [
26       "~> 1.0.0"
27     ],
28     "TBXML": [
29       "~> 1.5"
30     ],
31     "ISO8601DateFormatter": [
32       "~> 0.7"
33     ]
34   },
35   "prefix_header_contents": "#import <Availability.h>\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n  #import <Security/Security.h>\n#else\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <CoreServices/CoreServices.h>\n  #import <Security/Security.h>\n#endif"