[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / b / JPCategory-OC / 1.2.6 / JPCategory-OC.podspec.json
blob61b6814c4b2eb016c3a1d83dbdb947c13fc69732
2   "name": "JPCategory-OC",
3   "version": "1.2.6",
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.2.6"
14   },
15   "source_files": "JPCategory-OC/*.{h,m}",
16   "requires_arc": true,
17   "subspecs": [
18     {
19       "name": "UIButton",
20       "source_files": "JPCategory-OC/UIButton/*.{h,m}"
21     },
22     {
23       "name": "UIView",
24       "source_files": "JPCategory-OC/UIView/*.{h,m}"
25     },
26     {
27       "name": "UILabel",
28       "source_files": "JPCategory-OC/UILabel/*.{h,m}"
29     },
30     {
31       "name": "UIColor",
32       "source_files": "JPCategory-OC/UIColor/*.{h,m}"
33     },
34     {
35       "name": "UIImage",
36       "source_files": "JPCategory-OC/UIImage/*.{h,m}"
37     },
38     {
39       "name": "NSObject",
40       "source_files": "JPCategory-OC/NSObject/*.{h,m}"
41     },
42     {
43       "name": "NSArray",
44       "source_files": "JPCategory-OC/NSArray/*.{h,m}"
45     },
46     {
47       "name": "NSBundle",
48       "source_files": "JPCategory-OC/NSBundle/*.{h,m}"
49     }
50   ]