[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 2 / testsss / 0.0.3 / testsss.podspec.json
blobcd531d36544686b3ce4ef07951a129df549a7872
2   "name": "testsss",
3   "version": "0.0.3",
4   "summary": "testsss.",
5   "description": "this is testsss",
6   "homepage": "https://gitee.com/concentrated/jack_test.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "testsss": "abc@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://gitee.com/concentrated/jack_test.git",
19     "tag": "0.0.3"
20   },
21   "ios": {
22     "exclude_files": "iOS/testsss/testsss/Class/mrc/*.{h,m}"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
29   },
30   "prefix_header_file": "iOS/testsss/testsss/Class/PrefixHeader/TestModule-prefix.pch",
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
34       "~> 4.0.1"
35     ],
36     "ReactiveObjC": [
37       "~> 3.1.1"
38     ],
39     "YYModel": [
40       "~>1.0.4"
41     ],
42     "Reachability": [
43       "~> 3.2"
44     ],
45     "OpenSSL-Universal": [
47     ],
48     "Masonry": [
49       "~> 1.1.0"
50     ],
51     "SDWebImage": [
53     ],
54     "MJRefresh": [
56     ],
57     "FMDB": [
58       "~> 2.5"
59     ]
60   },
61   "subspecs": [
62     {
63       "name": "no-arc",
64       "requires_arc": false,
65       "source_files": "iOS/testsss/testsss/Class/mrc/*.{h,m}"
66     },
67     {
68       "name": "TencentAPI",
69       "resources": "iOS/testsss/testsss/Class/Vendor/TencentOpenApi_IOS_Bundle.bundle",
70       "ios": {
71         "vendored_frameworks": [
72           "iOS/testsss/testsss/Class/Vendor/TencentOpenAPI.framework",
73           "iOS/testsss/testsss/Class/Vendor/AMapLocationKit.framework",
74           "iOS/testsss/testsss/Class/Vendor/AMapSearchKit.framework",
75           "iOS/testsss/testsss/Class/Vendor/AMapFoundationKit.framework",
76           "iOS/testsss/testsss/Class/Vendor/MAMapKit.framework"
77         ],
78         "frameworks": [
79           "UIKit",
80           "Foundation",
81           "WebKit"
82         ],
83         "libraries": [
84           "iconv",
85           "sqlite3",
86           "c++",
87           "z"
88         ]
89       },
90       "frameworks": [
91         "Security",
92         "SystemConfiguration",
93         "CoreGraphics",
94         "CoreTelephony",
95         "ExternalAccessory",
96         "GLKit"
97       ]
98     }
99   ]