[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / c / SZNZotero / 0.1 / SZNZotero.podspec.json
blobb09c53c4cf4b2a181fb7c7661aa88e835edd1f21
2   "name": "SZNZotero",
3   "version": "0.1",
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   "source": {
11     "git": "https://github.com/shazino/SZNZotero.git",
12     "tag": "0.1"
13   },
14   "source_files": "SZNZotero/SZN*",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "ios": {
21     "frameworks": "Security"
22   },
23   "dependencies": {
24     "AFOAuth1Client": [
25       "~> 0.2.0"
26     ],
27     "TBXML": [
28       "~> 1.5"
29     ],
30     "ISO8601DateFormatter": [
31       "~> 0.6"
32     ]
33   },
34   "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\n",
35   "subspecs": [
36     {
37       "name": "google-toolbox-mac",
38       "source_files": [
39         "SZNZotero/GTMDefines.h",
40         "SZNZotero/GTMNSString+HTML.{h,m}"
41       ],
42       "requires_arc": false
43     }
44   ]