| { |
| "name": "DGRunkeeperSwitch", |
| "version": "1.0", |
| "authors": { |
| "Danil Gontovnik": "gontovnik.danil@gmail.com" |
| }, |
| "homepage": "https://github.com/gontovnik/DGRunkeeperSwitch", |
| "summary": "DGRunkeeperSwitch is Runkeeper design switch control (two part segment control).", |
| "source": { |
| "git": "https://github.com/gontovnik/DGRunkeeperSwitch.git", |
| "tag": "1.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "DGRunkeeperSwitch/**/*.swift", |
| "requires_arc": true, |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |
| } |