blob: 44a9a79ae5c08b3859924b7ca792232e706f5907 [file] [log] [blame]
{
"name": "TWRCouchDBClient",
"version": "0.1.0",
"summary": "An `AFHTTPSessionManager` subclass for interacting with CouchDB databases",
"homepage": "https://github.com/twitcher/TWRCouchDBClient.git",
"license": "MIT",
"authors": {
"Alexander Edge": "alexander.edge@twitcherapp.co.uk"
},
"source": {
"git": "https://github.com/twitcher/TWRCouchDBClient.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}