[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / b / JPCategory-OC / 2.0.0 / JPCategory-OC.podspec.json
blobd321eabd63f1b80c1a130f076588b1f2416ab9bb
2   "name": "JPCategory-OC",
3   "version": "2.0.0",
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.0.0"
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     },
28     {
29       "name": "Config",
30       "source_files": "JPCategory-OC/Base/JPCategoryConfig.{h,m}"
31     },
32     {
33       "name": "SwizzledMethod",
34       "source_files": "JPCategory-OC/SwizzledMethod/*.{h,m}"
35     },
36     {
37       "name": "CrashGuard",
38       "source_files": "JPCategory-OC/CrashGuard/*.{h,m}",
39       "dependencies": {
40         "JPCategory-OC/SwizzledMethod": [
42         ]
43       }
44     },
45     {
46       "name": "UIImage",
47       "source_files": "JPCategory-OC/Base/UIImage+JPCategory.{h,m}"
48     },
49     {
50       "name": "UIView",
51       "source_files": "JPCategory-OC/Base/UIView+JPCategory.{h,m}"
52     },
53     {
54       "name": "UIColor",
55       "source_files": "JPCategory-OC/Base/UIColor+JPCategory.{h,m}"
56     },
57     {
58       "name": "UILabel",
59       "source_files": "JPCategory-OC/Base/UILabel+JPCategory.{h,m}",
60       "dependencies": {
61         "JPCategory-OC/Config": [
63         ]
64       }
65     },
66     {
67       "name": "UIButton",
68       "source_files": "JPCategory-OC/Base/UIButton+JPCategory.{h,m}"
69     },
70     {
71       "name": "UIButtonImagePosition",
72       "source_files": "JPCategory-OC/Base/UIButton+JPImagePosition.{h,m}"
73     },
74     {
75       "name": "UIButtonRemoveHighlight",
76       "source_files": "JPCategory-OC/Base/UIButton+JPRemoveHighlight.{h,m}",
77       "dependencies": {
78         "JPCategory-OC/SwizzledMethod": [
80         ]
81       }
82     },
83     {
84       "name": "UINavigationBar",
85       "source_files": "JPCategory-OC/Base/NSObject+JPNavigationBar.{h,m}",
86       "dependencies": {
87         "JPCategory-OC/Config": [
89         ],
90         "JPCategory-OC/SwizzledMethod": [
92         ]
93       }
94     },
95     {
96       "name": "NSBundle",
97       "source_files": "JPCategory-OC/Base/NSBundle+JPCategory.{h,m}"
98     },
99     {
100       "name": "NSArray",
101       "source_files": "JPCategory-OC/Base/NSArray+JPCategory.{h,m}"
102     }
103   ]