| { |
| "name": "CustomUISwitch", |
| "version": "0.0.1", |
| "summary": "Customizable switch.", |
| "description": "Switch is a pod that contains code for creating customizable UI Switch element.", |
| "homepage": "http://www.factory.hr", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| " ": "luka.lovretic@factory.hr" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/factoryhr/CustomUISwitch.git", |
| "tag": "0.0.1" |
| }, |
| "ios": { |
| "exclude_files": "Sources/Pods" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "swift_version": "4.2", |
| "frameworks": "UIKit" |
| } |