[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 5 / e / a / CharlesTool / 1.0.0 / CharlesTool.podspec.json
blob46832ffe65f62bb96060c856d86a8c2fac8a6d27
2   "name": "CharlesTool",
3   "version": "1.0.0",
4   "summary": "A short description of CharlesTool.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CDELKH/CharlesTool.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kongyhui@163.com": "konghui@cdeledu.com"
13   },
14   "source": {
15     "git": "https://github.com/CDELKH/CharlesTool.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CharlesTool/Classes/**/*",
22   "resources": "CharlesTool/Assets/*.*",
23   "dependencies": {
24     "Masonry": [
25       ">= 0.6.0"
26     ],
27     "ReactiveCocoa": [
28       "2.3.1"
29     ],
30     "JSONKit-NoWarning": [
31       ">= 1.2"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "VALID_ARCHS": "x86_64 armv7 arm64"
36   },
37   "prefix_header_contents": [
38     "#define MAS_SHORTHAND",
39     "#define MAS_SHORTHAND_GLOBALS",
40     "#import <Masonry/Masonry.h>",
41     "#import <ReactiveCocoa/ReactiveCocoa.h>",
42     "#import <ReactiveCocoa/RACEXTScope.h>"
43   ]