[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / b / JPCategory-OC / 2.1.5 / JPCategory-OC.podspec.json
blob5491da0abfb253c36a2b38e35f9ac1610296bb8c
2   "name": "JPCategory-OC",
3   "version": "2.1.5",
4   "summary": "views categories.",
5   "homepage": "https://github.com/baiyidjp/JPCategory-OC",
6   "license": "MIT",
7   "authors": "baiyidjp",
8   "platforms": {
9     "ios": "9.0"
10   },
11   "source": {
12     "git": "https://github.com/baiyidjp/JPCategory-OC.git",
13     "tag": "2.1.5"
14   },
15   "source_files": "JPCategory-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": "Base",
26       "source_files": "JPCategory-OC/Base/*.{h,m}",
27       "dependencies": {
28         "JPCategory-OC/SwizzledMethod": [
30         ]
31       }
32     },
33     {
34       "name": "Config",
35       "source_files": "JPCategory-OC/Base/JPCategoryConfig.{h,m}"
36     },
37     {
38       "name": "SwizzledMethod",
39       "source_files": "JPCategory-OC/SwizzledMethod/*.{h,m}"
40     },
41     {
42       "name": "CrashGuard",
43       "source_files": "JPCategory-OC/CrashGuard/*.{h,m}",
44       "dependencies": {
45         "JPCategory-OC/SwizzledMethod": [
47         ]
48       }
49     },
50     {
51       "name": "UIImage",
52       "source_files": "JPCategory-OC/Base/UIImage+JPCategory.{h,m}"
53     },
54     {
55       "name": "UIView",
56       "source_files": "JPCategory-OC/Base/UIView+JPCategory.{h,m}"
57     },
58     {
59       "name": "UIColor",
60       "source_files": "JPCategory-OC/Base/UIColor+JPCategory.{h,m}"
61     },
62     {
63       "name": "UILabel",
64       "source_files": "JPCategory-OC/Base/UILabel+JPCategory.{h,m}",
65       "dependencies": {
66         "JPCategory-OC/Config": [
68         ]
69       }
70     },
71     {
72       "name": "UIButton",
73       "source_files": "JPCategory-OC/Base/UIButton+JPCategory.{h,m}"
74     },
75     {
76       "name": "UIButtonImagePosition",
77       "source_files": "JPCategory-OC/Base/UIButton+JPImagePosition.{h,m}"
78     },
79     {
80       "name": "UIButtonRemoveHighlight",
81       "source_files": "JPCategory-OC/Base/UIButton+JPRemoveHighlight.{h,m}",
82       "dependencies": {
83         "JPCategory-OC/SwizzledMethod": [
85         ]
86       }
87     },
88     {
89       "name": "UINavigationBar",
90       "source_files": "JPCategory-OC/Base/NSObject+JPNavigationBar.{h,m}",
91       "dependencies": {
92         "JPCategory-OC/Config": [
94         ],
95         "JPCategory-OC/SwizzledMethod": [
97         ]
98       }
99     },
100     {
101       "name": "NSBundle",
102       "source_files": "JPCategory-OC/Base/NSBundle+JPCategory.{h,m}"
103     },
104     {
105       "name": "NSArray",
106       "source_files": "JPCategory-OC/Base/NSArray+JPCategory.{h,m}"
107     }
108   ]