[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 2 / d / CTNetworking / 1.0.0 / CTNetworking.podspec.json
blob58676db28f56fa0d7f389afc05b40164d2a95324
2   "name": "CTNetworking",
3   "version": "1.0.0",
4   "summary": "CTNetworking is an iOS discrete HTTP API calling framework based on AFNetworking.",
5   "description": "CTNetworking is an iOS discrete HTTP API calling framework based on AFNetworking,this is CTNetworking",
6   "homepage": "https://github.com/Corotata/RTNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CTNetworking": "CTNetworking"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Corotata/RTNetworking.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "CTNetworking/CTNetworking/**/*.{h,m}",
22   "resources": "CTNetworking/CTNetworking/**/*.plist",
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/AFNetworking"
26   },
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.1.0"
30     ]
31   }