[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 4 / YFKit / 0.1.0 / YFKit.podspec.json
blob67900ac32d2fcdc0e926042d8ed865aa360bcfef
2   "name": "YFKit",
3   "version": "0.1.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.1.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   }