blob: 6d762254a5d7aa052e0c6849e7589e80b8476a18 [file] [log] [blame]
{
"name": "FFMainView",
"version": "0.1.0",
"summary": "集成了MJRefresh和DZNEmptyDataSet的table控件",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xujunquan/FFMainView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xjq": "xujq@cig.com.cn"
},
"source": {
"git": "https://github.com/xujunquan/FFMainView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FFMainView/Classes/**/*",
"resource_bundles": {
"FFMainView": [
"FFMainView/Assets/*"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"DZNEmptyDataSet": [
],
"ReactiveCocoa": [
"~> 2.5"
],
"MJRefresh": [
]
}
}