[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 5 / a / JFKits / 0.1.3.13 / JFKits.podspec.json
blob26253b512273b0f5b9d38b0da23251841a4a7bc3
2   "name": "JFKits",
3   "version": "0.1.3.13",
4   "summary": "我的工具集",
5   "homepage": "https://github.com/fjlprivate/JFKits.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "fjlprivate": "869325397@qq.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/fjlprivate/JFKits.git",
18     "tag": "0.1.3.13"
19   },
20   "source_files": "JFKit/JFKit.h",
21   "public_header_files": "JFKit/JFKit.h",
22   "resources": "JFKit/**/FontAwesome.otf",
23   "requires_arc": true,
24   "default_subspecs": [
25     "Macro",
26     "Helper",
27     "Category",
28     "Component",
29     "UIKit"
30   ],
31   "subspecs": [
32     {
33       "name": "Macro",
34       "source_files": "JFKit/Macro/*.h",
35       "public_header_files": "JFKit/Macro/*.h"
36     },
37     {
38       "name": "Helper",
39       "source_files": "JFKit/Helper/*.{h,m}",
40       "public_header_files": "JFKit/Helper/**/*.h",
41       "dependencies": {
42         "JFKits/Macro": [
44         ],
45         "SDWebImage": [
47         ]
48       }
49     },
50     {
51       "name": "Category",
52       "source_files": "JFKit/Category/*.{h,m}",
53       "public_header_files": "JFKit/Category/**/*.h",
54       "dependencies": {
55         "JFKits/Helper": [
57         ],
58         "JFKits/Macro": [
60         ]
61       }
62     },
63     {
64       "name": "Component",
65       "source_files": [
66         "JFKit/Component/FontAwesome/*.{h,m}",
67         "JFKit/Component/JFAsyncFlag/*.{h,m}",
68         "JFKit/Component/JFImageDownloader/*.{h,m}",
69         "JFKit/Component/ShortMediaCache/*.{h,m}"
70       ],
71       "public_header_files": "JFKit/Component/**/*.h",
72       "dependencies": {
73         "JFKits/Category": [
75         ]
76       }
77     },
78     {
79       "name": "UIKit",
80       "source_files": [
81         "JFKit/UIKit/JFPresenter/*.{h,m}",
82         "JFKit/UIKit/JFSegmentView/*.{h,m}",
83         "JFKit/UIKit/JFAlertView/*.{h,m}",
84         "JFKit/UIKit/JFVideoKit/*.{h,m}",
85         "JFKit/UIKit/JFImageBrowser/*.{h,m}",
86         "JFKit/UIKit/JFBanner/*.{h,m}",
87         "JFKit/UIKit/JFCycleImageView/*.{h,m}",
88         "JFKit/UIKit/JFButton/*.{h,m}",
89         "JFKit/UIKit/JFAsyncDisplayKit/**/*.{h,m}",
90         "JFKit/UIKit/JFPhotoPicker/**/*.{h,m}",
91         "JFKit/UIKit/JFPageView/**/*.{h,m}"
92       ],
93       "public_header_files": "JFKit/UIKit/**/*.h",
94       "dependencies": {
95         "JFKits/Component": [
97         ],
98         "JFKits/Helper": [
100         ],
101         "JFKits/Category": [
103         ],
104         "JFKits/Macro": [
106         ],
107         "Masonry": [
109         ],
110         "SDWebImage": [
112         ],
113         "YYWebImage": [
115         ],
116         "LTNavigationBar": [
118         ],
119         "TZImagePickerController": [
120           "~> 3.2.1"
121         ]
122       }
123     }
124   ]