| { |
| "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}" |
| ] |
| } |
| ] |
| } |