blob: 909cea054a23099cd74a952fe5b876981ef59949 [file] [log] [blame]
{
"name": "CIOAPIClient",
"version": "0.9.0",
"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.9.0"
},
"source_files": "CIOAPIClient/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"SSKeychain": [
"~> 1"
],
"TDOAuth": [
"~> 1.1"
]
}
}