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