| { |
| "name": "ASIrregularCollectionUIKit", |
| "version": "1.0.0", |
| "summary": "Irregular Collection View Layout and Controller for Texture.", |
| "description": "Irregular Collection View Layout and Controller for Texture", |
| "homepage": "https://github.com/pisces/ASIrregularCollectionUIKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Steve Kim": "hh963103@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/pisces/ASIrregularCollectionUIKit.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ASIrregularCollectionUIKit/Classes/**/*", |
| "dependencies": { |
| "Texture": [ |
| "~> 2.5" |
| ], |
| "IrregularCollectionUIKit": [ |
| "~> 2.0.1" |
| ] |
| } |
| } |