[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / 5 / TWRCouchDBClient / 0.1.0 / TWRCouchDBClient.podspec.json
blob44a9a79ae5c08b3859924b7ca792232e706f5907
2   "name": "TWRCouchDBClient",
3   "version": "0.1.0",
4   "summary": "An `AFHTTPSessionManager` subclass for interacting with CouchDB databases",
5   "homepage": "https://github.com/twitcher/TWRCouchDBClient.git",
6   "license": "MIT",
7   "authors": {
8     "Alexander Edge": "alexander.edge@twitcherapp.co.uk"
9   },
10   "source": {
11     "git": "https://github.com/twitcher/TWRCouchDBClient.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.0"
22     ]
23   }