blob: ce2cf20ead4a9bbe8e4e299a13c73e6378d2f1be [file] [log] [blame]
{
"name": "YFKit",
"version": "0.7.7",
"summary": "A collection of iOS components.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yFeii/YFKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yFeii": "1486662452@qq.com"
},
"source": {
"git": "https://github.com/yFeii/YFKit.git",
"tag": "0.7.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YFKit/Classes/**/*.{h,m}",
"resources": "YFKit/Classes/UI/PickerView/BRPickerView/AddressPickerView/BRPickerView.bundle",
"public_header_files": "YFKit/Classes/**/*.h",
"prefix_header_contents": [
"#import <Masonry/Masonry.h>",
"#import <Toast/UIView+Toast.h>",
"#import <YFKit/YFKit.h>"
],
"dependencies": {
"Toast": [
],
"Masonry": [
],
"YTKNetwork": [
]
}
}