[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / e / 1 / SunbeamLatestAFService / 0.1.19 / SunbeamLatestAFService.podspec.json
blob5c6835824ca8838d5d5e5fd769d464ae14fa54b8
2   "name": "SunbeamLatestAFService",
3   "version": "0.1.19",
4   "summary": "SunbeamLatestAFService is an networking service base on latest AFNetworking.",
5   "description": "An networking service base on latest AFNetworking 3.0, use block callback after request complete.",
6   "homepage": "https://github.com/sunbeamChen/SunbeamLatestAFService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "陈训": "sunbeamhome@163.com"
13   },
14   "source": {
15     "git": "https://github.com/sunbeamChen/SunbeamLatestAFService.git",
16     "tag": "0.1.19"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "SunbeamLatestAFService/Classes/**/*",
22   "public_header_files": "SunbeamLatestAFService/Classes/**/*.h",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ]
27   }