[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 2 / 7 / f / AFRedditAPIClient / 0.0.1 / AFRedditAPIClient.podspec.json
blob76090e1e301660be7c00278aa70f5d352bf11525
2   "name": "AFRedditAPIClient",
3   "version": "0.0.1",
4   "summary": "AFHTTPClient Subclass for the Reddit Api.",
5   "homepage": "https://github.com/ohwutup/AFRedditAPIClient",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "David Ohayon": "ohwutup@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ohwutup/AFRedditAPIClient.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 1.0"
25     ]
26   }