blob: 67cb64c93218e98720cc2bd8b85c263c730bf81e [file] [log] [blame]
{
"name": "FFCommonLib",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"resources": "FFCommonLib/classes/PickerViewFF/LLPickerView.xib",
"subspecs": [
{
"name": "FFCategory",
"source_files": "FFCommonLib/Classes/FFCategory/**/*"
},
{
"name": "PickerViewFF",
"source_files": "FFCommonLib/Classes/PickerViewFF/**/*",
"dependencies": {
"FFCommonLib/FFCategory": [
]
}
}
]
}