[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / b / JPCategory-OC / 1.6.2 / JPCategory-OC.podspec.json
bloba28df87a78fa609f58b12e16aced34930e19263e
2   "name": "JPCategory-OC",
3   "version": "1.6.2",
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": "1.6.2"
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": "Config",
26       "source_files": "JPCategory-OC/Config/*.{h,m}"
27     },
28     {
29       "name": "UIViewController",
30       "source_files": "JPCategory-OC/UIViewController/*.{h,m}"
31     },
32     {
33       "name": "UIButton",
34       "source_files": "JPCategory-OC/UIButton/*.{h,m}"
35     },
36     {
37       "name": "ButtonImagePosition",
38       "source_files": "JPCategory-OC/UIButton/UIButton+JPImagePosition.{h,m}"
39     },
40     {
41       "name": "UIView",
42       "source_files": "JPCategory-OC/UIView/*.{h,m}"
43     },
44     {
45       "name": "UILabel",
46       "source_files": "JPCategory-OC/UILabel/*.{h,m}",
47       "dependencies": {
48         "JPCategory-OC/Config": [
50         ]
51       }
52     },
53     {
54       "name": "UIColor",
55       "source_files": "JPCategory-OC/UIColor/*.{h,m}"
56     },
57     {
58       "name": "UIImage",
59       "source_files": "JPCategory-OC/UIImage/*.{h,m}"
60     },
61     {
62       "name": "NSObject",
63       "source_files": "JPCategory-OC/NSObject/*.{h,m}",
64       "dependencies": {
65         "JPCategory-OC/Config": [
67         ]
68       }
69     },
70     {
71       "name": "NSArray",
72       "source_files": "JPCategory-OC/NSArray/*.{h,m}"
73     },
74     {
75       "name": "NSBundle",
76       "source_files": "JPCategory-OC/NSBundle/*.{h,m}"
77     }
78   ]