[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / c / SZNZotero / 0.2 / SZNZotero.podspec.json
blob6022b58f256db327c8fa93a2f49d76d8d8f1c300
2   "name": "SZNZotero",
3   "version": "0.2",
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.2"
14   },
15   "source_files": [
16     "SZNZotero/SZN*",
17     "NSString+SZNURLEncoding*"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0",
22     "osx": "10.7"
23   },
24   "ios": {
25     "frameworks": "Security"
26   },
27   "dependencies": {
28     "AFOAuth1Client": [
29       "~> 0.3.0"
30     ],
31     "TBXML": [
32       "~> 1.5"
33     ],
34     "ISO8601DateFormatter": [
35       "~> 0.7"
36     ]
37   },
38   "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",
39   "subspecs": [
40     {
41       "name": "google-toolbox-mac",
42       "source_files": [
43         "SZNZotero/GTMDefines.h",
44         "SZNZotero/GTMNSString+HTML.{h,m}"
45       ],
46       "requires_arc": false
47     }
48   ]