[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 5 / e / 9 / APIRequester / 0.0.2 / APIRequester.podspec.json
blob30b2b462e46b0c1f1017ef26b3d2e87e77de4376
2   "name": "APIRequester",
3   "version": "0.0.2",
4   "summary": "A network kit for RESTful API requests.",
5   "description": "A network kit for RESTful API requests. It requres AFNetworking.",
6   "homepage": "https://github.com/hncoder/APIRequester.git",
7   "license": "MIT",
8   "authors": {
9     "hncoder": "i@hncoder.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/hncoder/APIRequester.git",
17     "tag": "0.0.2"
18   },
19   "source_files": [
20     "Pod/Classes",
21     "Pod/Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "AFNetworking": [
28     ]
29   }