[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 7 / 9 / SunbeamAFNetworkingService / 0.2.0 / SunbeamAFNetworkingService.podspec.json
blobc8b7237a554aa208e4b0138e49aea17ec6df479d
2   "name": "SunbeamAFNetworkingService",
3   "version": "0.2.0",
4   "summary": "SunbeamAFNetworkingService is a simple structure for AFNetworking.",
5   "description": "a simple structure for AFNetworking, you can use it to do http/https request with extend, and it's simple.",
6   "homepage": "https://github.com/sunbeamChen/SunbeamAFNetworkingService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sunbeamChen": "chenxun1990@126.com"
13   },
14   "source": {
15     "git": "https://github.com/sunbeamChen/SunbeamAFNetworkingService.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "SunbeamAFNetworkingService/Classes/**/*",
23   "public_header_files": "SunbeamAFNetworkingService/Classes/**/*.h",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.6.3"
27     ]
28   }