| { |
| "name": "SevenSwitchSwift5", |
| "version": "2.2.0", |
| "summary": "iOS7 style drop in replacement for UISwitch.", |
| "homepage": "https://github.com/ziziana/SevenSwitch", |
| "screenshots": [ |
| "https://github.com/ziziana/SevenSwitch/blob/master/ExampleImages/example.gif", |
| "https://github.com/ziziana/SevenSwitch/blob/master/ExampleImages/example.png" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Diana Prata": "zizi.laura@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ziziana/SevenSwitch.git", |
| "tag": "2.2.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SevenSwitch.swift", |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore" |
| ], |
| "requires_arc": true, |
| "swift_version": "5.0" |
| } |