| { |
| "name": "GDCheckbox", |
| "version": "1.0.0", |
| "summary": "Simple checkbox/radio box component for iOS", |
| "homepage": "https://github.com/saeid/GDCheckbox", |
| "screenshots": "https://github.com/saeid/GDCheckbox/blob/master/screenshots/example.gif?raw=true", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "saeid": "saeid.basirniaa@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/saeid/GDCheckbox.git", |
| "tag": "1.0.0" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Source/*", |
| "swift_version": "5.0" |
| } |