| { |
| "name": "RYLabelCollection", |
| "summary": "LabelCollection for iOS by.RyukieSama", |
| "version": "0.0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ryukie": "ryukie.sama@gmail.com" |
| }, |
| "homepage": "https://github.com/RyukieSama/RYLabelCollection.git", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/RyukieSama/RYLabelCollection.git", |
| "tag": "0.0.1" |
| }, |
| "requires_arc": true, |
| "source_files": "RYLabelCollection/**/*.{h,m}", |
| "libraries": [ |
| "z", |
| "sqlite3" |
| ], |
| "dependencies": { |
| "Masonry": [ |
| |
| ] |
| } |
| } |