| { |
| "name": "DJLSplitCollectionView", |
| "summary": "A lightweight extension control for UICollectionView.", |
| "version": "0.0.2", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "gonghonglou": "gonghonglou@gmail.com" |
| }, |
| "social_media_url": "http://gonghonglou.com", |
| "homepage": "https://github.com/gonghonglou/DJLSplitCollectionView", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/gonghonglou/DJLSplitCollectionView.git", |
| "tag": "0.0.2" |
| }, |
| "requires_arc": true, |
| "source_files": "DJLSplitCollectionView/*.{h,m}", |
| "public_header_files": "DJLSplitCollectionView/*.{h}", |
| "frameworks": "UIKit" |
| } |