[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 1 / 3 / JPUtils-OC / 0.0.1 / JPUtils-OC.podspec.json
blob572d6de21c39559770f87b660a6bca04aa19ff3d
2   "name": "JPUtils-OC",
3   "version": "0.0.1",
4   "summary": "Objective-C 常用的工具和方法",
5   "homepage": "https://github.com/baiyidjp/JPUtils-OC",
6   "license": "MIT",
7   "authors": "baiyidjp",
8   "platforms": {
9     "ios": "9.0"
10   },
11   "source": {
12     "git": "https://github.com/baiyidjp/JPUtils-OC.git",
13     "tag": "0.0.1"
14   },
15   "source_files": "JPUtils-OC/*.{h,m}",
16   "requires_arc": true,
17   "pod_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "user_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "subspecs": [
24     {
25       "name": "Config",
26       "source_files": "JPUtils-OC/Config/*.{h,m}"
27     },
28     {
29       "name": "Date",
30       "source_files": "JPUtils-OC/Date/*.{h,m}",
31       "dependencies": {
32         "JPUtils-OC/String": [
34         ],
35         "JPUtils-OC/Config": [
37         ]
38       }
39     },
40     {
41       "name": "Layout",
42       "source_files": "JPUtils-OC/Layout/*.{h,m}"
43     },
44     {
45       "name": "Route",
46       "source_files": "JPUtils-OC/Route/*.{h,m}",
47       "dependencies": {
48         "JPUtils-OC/String": [
50         ],
51         "JPUtils-OC/View": [
53         ],
54         "JPCategory-OC/UIViewController": [
56         ]
57       }
58     },
59     {
60       "name": "String",
61       "source_files": "JPUtils-OC/String/*.{h,m}"
62     },
63     {
64       "name": "System",
65       "source_files": "JPUtils-OC/System/*.{h,m}",
66       "dependencies": {
67         "JPUtils-OC/String": [
69         ]
70       }
71     },
72     {
73       "name": "Timer",
74       "source_files": "JPUtils-OC/Timer/*.{h,m}"
75     },
76     {
77       "name": "View",
78       "source_files": "JPUtils-OC/View/*.{h,m}"
79     }
80   ]