[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / 0 / 7 / 9 / SunbeamAFNetworkingService / 0.2.15 / SunbeamAFNetworkingService.podspec.json
blob120bb2ca8a00dde39394098aa1be9525dcf867aa
2   "name": "SunbeamAFNetworkingService",
3   "version": "0.2.15",
4   "summary": "SunbeamAFNetworkingService is a simple structure base on AFNetworking 2.6.3",
5   "homepage": "https://github.com/sunbeamChen/SunbeamAFNetworkingService",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "sunbeamChen": "chenxun1990@126.com"
12   },
13   "source": {
14     "git": "https://github.com/sunbeamChen/SunbeamAFNetworkingService.git",
15     "tag": "0.2.15"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "SunbeamAFNetworkingService/Classes/**/*",
22   "public_header_files": "SunbeamAFNetworkingService/Classes/**/*.h",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.6.3"
26     ]
27   }