[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 5 / a / JFKits / 0.1.3.12 / JFKits.podspec.json
blob3ff0656bddaa68b61e1b0f941de93f30d8a13e04
2   "name": "JFKits",
3   "version": "0.1.3.12",
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.12"
19   },
20   "source_files": "JFKit/JFKit.h",
21   "public_header_files": "JFKit/JFKit.h",
22   "resource_bundles": {
23     "FontAwesome": [
24       "JFKit/Component/FontAwesome/FontAwesome.otf"
25     ]
26   },
27   "requires_arc": true,
28   "default_subspecs": [
29     "Macro",
30     "Helper",
31     "Category",
32     "Component",
33     "UIKit"
34   ],
35   "subspecs": [
36     {
37       "name": "Macro",
38       "source_files": "JFKit/Macro/*.h",
39       "public_header_files": "JFKit/Macro/*.h"
40     },
41     {
42       "name": "Helper",
43       "source_files": "JFKit/Helper/*.{h,m}",
44       "public_header_files": "JFKit/Helper/**/*.h",
45       "dependencies": {
46         "JFKits/Macro": [
48         ],
49         "SDWebImage": [
51         ]
52       }
53     },
54     {
55       "name": "Category",
56       "source_files": "JFKit/Category/*.{h,m}",
57       "public_header_files": "JFKit/Category/**/*.h",
58       "dependencies": {
59         "JFKits/Helper": [
61         ],
62         "JFKits/Macro": [
64         ]
65       }
66     },
67     {
68       "name": "Component",
69       "source_files": [
70         "JFKit/Component/FontAwesome/*.{h,m}",
71         "JFKit/Component/JFAsyncFlag/*.{h,m}",
72         "JFKit/Component/JFImageDownloader/*.{h,m}",
73         "JFKit/Component/ShortMediaCache/*.{h,m}"
74       ],
75       "public_header_files": "JFKit/Component/**/*.h",
76       "dependencies": {
77         "JFKits/Category": [
79         ]
80       }
81     },
82     {
83       "name": "UIKit",
84       "source_files": [
85         "JFKit/UIKit/JFPresenter/*.{h,m}",
86         "JFKit/UIKit/JFSegmentView/*.{h,m}",
87         "JFKit/UIKit/JFAlertView/*.{h,m}",
88         "JFKit/UIKit/JFVideoKit/*.{h,m}",
89         "JFKit/UIKit/JFImageBrowser/*.{h,m}",
90         "JFKit/UIKit/JFBanner/*.{h,m}",
91         "JFKit/UIKit/JFCycleImageView/*.{h,m}",
92         "JFKit/UIKit/JFButton/*.{h,m}",
93         "JFKit/UIKit/JFAsyncDisplayKit/**/*.{h,m}",
94         "JFKit/UIKit/JFPhotoPicker/**/*.{h,m}",
95         "JFKit/UIKit/JFPageView/**/*.{h,m}"
96       ],
97       "public_header_files": "JFKit/UIKit/**/*.h",
98       "dependencies": {
99         "JFKits/Component": [
101         ],
102         "JFKits/Helper": [
104         ],
105         "JFKits/Category": [
107         ],
108         "JFKits/Macro": [
110         ],
111         "Masonry": [
113         ],
114         "SDWebImage": [
116         ],
117         "YYWebImage": [
119         ],
120         "LTNavigationBar": [
122         ],
123         "TZImagePickerController": [
124           "~> 3.2.1"
125         ]
126       }
127     }
128   ]