[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 8 / 1 / IKHTTP / 1.0.0 / IKHTTP.podspec.json
blob6dd6a25bfcd8e919130030986992eabc656bd4bd
2   "name": "IKHTTP",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/iankeen/",
8   "authors": {
9     "Ian Keen": "iankeen82@gmail.com"
10   },
11   "summary": "Simple abstraction layer around AFNetworking.",
12   "source": {
13     "git": "https://github.com/iankeen/ikhttp.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "IKHTTP/**/**.{h,m}",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "dependencies": {
22     "IKCore": [
23       "~> 1.0"
24     ],
25     "IKResults": [
26       "~> 1.0"
27     ],
28     "IKEvents": [
29       "~> 1.0"
30     ],
31     "AFNetworking": [
33     ]
34   }