blob: c49c73bd1d4eca8711a96736d2dfaa77e6039d4b [file] [log] [blame]
{
"name": "MendeleySDK",
"version": "2.1.4",
"summary": "Objective-C client for the Mendeley API.",
"homepage": "https://github.com/shazino/MendeleySDK",
"license": "MIT",
"authors": {
"shazino": "contact@shazino.com"
},
"social_media_url": "https://twitter.com/shazino",
"source": {
"git": "https://github.com/shazino/MendeleySDK.git",
"tag": "2.1.4"
},
"source_files": "MendeleySDK",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"AFOAuth2Client": [
"~> 0.1.2"
]
},
"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"
}