[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 2 / a / Shelltest / 0.0.55 / Shelltest.podspec.json
blob22b1eb4b93cd12ef159c3f9ec62cc5dc657d0d00
2   "name": "Shelltest",
3   "version": "0.0.55",
4   "summary": "工具概况",
5   "description": "这里写描述 最好与summary写的不一样 不然会警告",
6   "homepage": "http://192.168.31.250:8003/scj/shelltest",
7   "license": "MIT",
8   "authors": {
9     "scj": "scj@123.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "http://192.168.31.250:8003/scj/shelltest.git",
16     "tag": "0.0.55"
17   },
18   "frameworks": "UIKit",
19   "libraries": "c++",
20   "requires_arc": true,
21   "source_files": "Shelltest/**/*.{h,m}",
22   "resources": "Shelltest/Resources.bundle",
23   "ios": {
24     "vendored_libraries": "Shelltest/**/*.a"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "dependencies": {
33     "MJRefresh": [
35     ],
36     "Masonry": [
38     ],
39     "IQKeyboardManager": [
41     ],
42     "SVProgressHUD": [
44     ],
45     "ReactiveObjC": [
47     ],
48     "SHExtension": [
50     ],
51     "MJExtension": [
53     ]
54   },
55   "subspecs": [
56     {
57       "name": "ATset",
58       "source_files": "Shelltest/ATset/*.{h,m}",
59       "ios": {
60         "vendored_libraries": "Shelltest/ATset/*.a"
61       }
62     },
63     {
64       "name": "lib",
65       "source_files": "Shelltest/lib/*.{h,m}",
66       "frameworks": "UIKit",
67       "libraries": "c++"
68     },
69     {
70       "name": "Model",
71       "source_files": "Shelltest/Model/*.{h,m}",
72       "subspecs": [
73         {
74           "name": "Test",
75           "source_files": "Shelltest/Model/Test/*.{h,m}"
76         }
77       ]
78     },
79     {
80       "name": "sportFile",
81       "source_files": "Shelltest/sportFile/*.h"
82     }
83   ]