| { | |
| "name": "Floaty", | |
| "version": "3.0.0", | |
| "summary": "Floating Action Button for iOS", | |
| "homepage": "https://github.com/kciter/Floaty", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "kciter": "kciter@naver.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/kciter/Floaty.git", | |
| "tag": "3.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "Sources/*.{swift}", | |
| "frameworks": [ | |
| "UIKit", | |
| "Foundation" | |
| ], | |
| "requires_arc": true, | |
| "pushed_with_swift_version": "3.0" | |
| } |