blob: fb59938e618dda7d0951e647a04e3447b2037b17 [file] [log] [blame]
{
"name": "SZNZotero",
"version": "0.3.4",
"summary": "Objective-C client for the Zotero API.",
"homepage": "https://github.com/shazino/SZNZotero",
"license": "MIT",
"authors": {
"shazino": "contact@shazino.com"
},
"social_media_url": "https://twitter.com/shazino",
"source": {
"git": "https://github.com/shazino/SZNZotero.git",
"tag": "0.3.4"
},
"source_files": "SZNZotero/*",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"AFOAuth1Client": [
"~> 1.0.0"
],
"TBXML": [
"~> 1.5"
],
"ISO8601DateFormatter": [
"~> 0.7"
]
},
"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"
}