blob: 3825d5afdd0561c0eeb3e1b6eb2a7d75bef6d7bf [file] [log] [blame]
{
"name": "IMXListView",
"version": "1.0.0",
"summary": "Subclass of listview.Some custom cells.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/PanZhow/IMXListView.git",
"authors": {
"zhoupanpan": "2331838272@qq.com"
},
"source": {
"git": "https://github.com/PanZhow/IMXListView.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": [
"IMXListView/ListView/*.{h,m}"
],
"public_header_files": [
"IMXListView/ListView/*.{h}"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"MJRefresh": [
"~> 3.1.15.1"
]
},
"subspecs": [
{
"name": "IMXReuseUIs",
"source_files": "IMXListView/IMXReuseUIs/*.{h,m}",
"public_header_files": [
"IMXListView/IMXReuseUIs/*.{h}"
]
}
]
}