| { |
| "name": "TGCardViewController", |
| "version": "1.2", |
| "summary": "Card-based view controller for mapping apps", |
| "description": "A view controller with a map and a stack of cards. Cards can work both\nas a hierarchy like a navigation controller and as a list like a page\ncontroller - or a combination thereof.", |
| "homepage": "https://gitlab.com/SkedGo/iOS/tripgo-cards-ios", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Adrian Schoenig": "adrian@skedgo.com", |
| "Brian Huang": "brian@skedgo.com" |
| }, |
| "platforms": { |
| "ios": "10.3" |
| }, |
| "swift_versions": "5.2", |
| "source": { |
| "git": "https://gitlab.com/SkedGo/iOS/tripgo-cards-ios.git", |
| "tag": "v1.2" |
| }, |
| "source_files": "TGCardViewController/generic/**/*.swift", |
| "resources": "TGCardViewController/generic/**/*.xib", |
| "swift_version": "5.2" |
| } |