| { | |
| "name": "IGListKitExtension", | |
| "version": "0.1.1", | |
| "summary": "使用IGListKit的基础类", | |
| "homepage": "https://github.com/feixue299/IGListKitExtension", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "wpf": "1569485690@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/feixue299/IGListKitExtension.git", | |
| "tag": "0.1.1" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Source/**/*.{h,m}" | |
| ], | |
| "requires_arc": true, | |
| "dependencies": { | |
| "IGListKit": [ | |
| ], | |
| "Masonry": [ | |
| ] | |
| } | |
| } |