[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / b / JPCategory-OC / 1.6.0 / JPCategory-OC.podspec.json
blobf598d70964e164294036f9740d7736a1e9babe2e
2   "name": "JPCategory-OC",
3   "version": "1.6.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": "1.6.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": "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": "UIView",
38       "source_files": "JPCategory-OC/UIView/*.{h,m}"
39     },
40     {
41       "name": "UILabel",
42       "source_files": "JPCategory-OC/UILabel/*.{h,m}",
43       "dependencies": {
44         "JPCategory-OC/Config": [
46         ]
47       }
48     },
49     {
50       "name": "UIColor",
51       "source_files": "JPCategory-OC/UIColor/*.{h,m}"
52     },
53     {
54       "name": "UIImage",
55       "source_files": "JPCategory-OC/UIImage/*.{h,m}"
56     },
57     {
58       "name": "NSObject",
59       "source_files": "JPCategory-OC/NSObject/*.{h,m}",
60       "dependencies": {
61         "JPCategory-OC/Config": [
63         ]
64       }
65     },
66     {
67       "name": "NSArray",
68       "source_files": "JPCategory-OC/NSArray/*.{h,m}"
69     },
70     {
71       "name": "NSBundle",
72       "source_files": "JPCategory-OC/NSBundle/*.{h,m}"
73     }
74   ]