blob: 251cf6e4446f8b1415e8b4edd8792a74e05982ed [file] [log] [blame]
{
"name": "MendeleySDK",
"version": "1.2",
"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.2"
},
"source_files": "MendeleySDK",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"AFOAuth1Client": [
"0.2.0"
]
}
}