[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / a / 4 / YFKit / 0.3.0 / YFKit.podspec.json
blob8863aa534a6b4041a55b5b840df4ad8b5000eb02
2   "name": "YFKit",
3   "version": "0.3.0",
4   "summary": "A collection of iOS components.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yFeii/YFKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yFeii": "1486662452@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yFeii/YFKit.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YFKit/Classes/**/*.{h,m}",
22   "resources": "YFKit/Classes/UI/PickerView/BRPickerView/AddressPickerView/BRPickerView.bundle",
23   "public_header_files": "YFKit/Classes/**/*.h",
24   "prefix_header_contents": [
25     "#import <Masonry/Masonry.h>",
26     "#import <Toast/UIView+Toast.h>",
27     "#import <YFKit/YFKit.h>"
28   ],
29   "dependencies": {
30     "Toast": [
32     ],
33     "Masonry": [
35     ]
36   }