[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 8 / Zatcher / 1.0.0 / Zatcher.podspec.json
blob3f61fb3b587f4bd8c7ecfd9132edc7fea19d7a2d
2   "name": "Zatcher",
3   "version": "1.0.0",
4   "summary": "A simple logger",
5   "description": "A simple logger",
6   "homepage": "https://github.com/lzackx/Zatcher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lzackx": "lzackx@lzackx.com"
13   },
14   "source": {
15     "git": "https://github.com/lzackx/Zatcher.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Zatcher/Classes/*.[h,m]",
34         "Zatcher/Classes/RenderMonitor/**/*.[h,m]"
35       ],
36       "dependencies": {
37         "PLCrashReporter": [
38           "~> 1.8"
39         ]
40       }
41     },
42     {
43       "name": "OrderGenerator",
44       "source_files": "Zatcher/Classes/OrderGenerator/**/*.[h,m]"
45     }
46   ]