| { |
| "name": "KavakUIDemo", |
| "version": "0.1.0", |
| "summary": "UI components library.", |
| "description": "UI components library. Install library into project, never have to write this generic code again!", |
| "homepage": "https://github.com/AmmySingh/KavakUIDemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "AmmySingh": "amandeep.singh@kavak.com" |
| }, |
| "source": { |
| "git": "https://github.com/AmmySingh/KavakUIDemo.git", |
| "tag": "0.1.0" |
| }, |
| "swift_versions": "4.0", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "KavakUIDemo/Classes/**/*", |
| "frameworks": "UIKit", |
| "swift_version": "4.0" |
| } |