blob: e21ab7bb458f026d8772d4b3230ac2025baf41ee [file] [log] [blame]
{
"name": "MendeleySDK",
"version": "1.1",
"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.1"
},
"source_files": "MendeleySDK",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"AFOAuth1Client": [
"0.1.0"
]
}
}