[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 5 / 9 / 1 / ZTRequest / 1.0.1 / ZTRequest.podspec.json
blob56bbbca14b90ff01ef5877400cd1a6eab0c9ea98
2   "name": "ZTRequest",
3   "version": "1.0.1",
4   "summary": "A short description of ZTRequest.",
5   "homepage": "https://github.com/CherishSmile/ZTRequest",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CherishSmile": "misteralvin@yeah.net"
12   },
13   "source": {
14     "git": "https://github.com/CherishSmile/ZTRequest",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "source_files": "ZTRequest/ZTRequest.framework/Headers/*.{h}",
25   "vendored_frameworks": "ZTRequest/ZTRequest.framework",
26   "dependencies": {
27     "ZTBase": [
29     ],
30     "AFNetworking": [
32     ]
33   }