[Add] TrustlySDK 3.3.0
[CocoaPods.git] / Specs / 7 / 4 / 5 / CAPCTNetworking / 1.0.0 / CAPCTNetworking.podspec.json
blobcbda3779360f3f1c2f1423b73165ce0ecf62b168
2   "name": "CAPCTNetworking",
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/casatwy/RTNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CasaTaloyum": "casatwy@msn.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/captain9911/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   }