blob: 4b347ee53777c602dc45a3b7e42ccf5d5b1dfb50 [file] [log] [blame]
{
"name": "FFCommonLib",
"version": "0.1.1",
"summary": "FFCommonLib.",
"description": "我的常用库 分类 和 自定义view",
"homepage": "http://git.oschina.net/ffwang/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ffwang": "399820721@qq.com"
},
"source": {
"git": "https://git.oschina.net/ffwang/FFCommonLib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "FFCategory",
"source_files": "FFCommonLib/Classes/FFCategory/**/*"
},
{
"name": "PickerViewFF",
"source_files": "FFCommonLib/Classes/PickerViewFF/**/*",
"resources": "FFCommonLib/classes/PickerViewFF/*.xib",
"dependencies": {
"FFCommonLib/FFCategory": [
]
}
}
]
}