blob: c66329e2d3e7fd2eb721e5a016a39955174415f3 [file] [log] [blame]
{
"name": "CIOAPIClient",
"version": "0.8.7",
"summary": "API Client for Context.IO.",
"homepage": "https://github.com/contextio/contextio-ios",
"license": "MIT",
"authors": {
"Kevin Lord": "kevinlord@otherinbox.com"
},
"source": {
"git": "https://github.com/contextio/contextio-ios.git",
"tag": "0.8.7"
},
"source_files": [
"CIOAPIClient",
"CIOAPIClient/OAuth",
"CIOAPIClient/OAuth/Crypto"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"AFNetworking": [
">= 0.9"
],
"SSKeychain": [
">= 0.2.1"
]
}
}