| { |
| "name": "AKFloatingLabel", |
| "version": "1.0.0", |
| "summary": "Beautiful floating label pattern library. Written in Swift.", |
| "homepage": "https://github.com/dogo/AKFloatingLabel", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Diogo Autilio": "diautilio@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/di_autilio", |
| "requires_arc": true, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/dogo/AKFloatingLabel.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "AKFloatingLabel/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |