| { | |
| "name": "SwipeVC", | |
| "version": "0.0.9", | |
| "summary": "SwipeVC", | |
| "pod_target_xcconfig": { | |
| "SWIFT_VERSION": "4.0" | |
| }, | |
| "description": "SwipeVC description", | |
| "homepage": "https://github.com/Panevnyk", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE.txt" | |
| }, | |
| "authors": { | |
| "panevnyk": "sieter3008@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Panevnyk/SwipeVC.git", | |
| "tag": "0.0.9" | |
| }, | |
| "source_files": "SwipeVC/**/*.{swift}", | |
| "frameworks": "UIKit", | |
| "requires_arc": true | |
| } |