| { |
| "name": "PBCollectionFlowLayout", |
| "version": "0.0.2", |
| "summary": "A custom flowLayout.", |
| "description": "A custom flowLayout. Written by Objective-C.", |
| "homepage": "https://github.com/JpacheGitHub/PBCollectionFlowLayout", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jpache": "jingpengbomail@gmail.com" |
| }, |
| "social_media_url": "http://www.jpache.com", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/JpacheGitHub/PBCollectionFlowLayout.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "PBCollectionViewFlowLayout/*", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |