4 "summary": "Objective-C client for the Zotero API.",
5 "homepage": "https://github.com/shazino/SZNZotero",
8 "shazino": "contact@shazino.com"
10 "social_media_url": "https://twitter.com/shazino",
12 "git": "https://github.com/shazino/SZNZotero.git",
15 "source_files": "SZNZotero/*",
22 "frameworks": "Security"
31 "ISO8601DateFormatter": [
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"