| { |
| "name": "FleetIOSPod", |
| "version": "0.1.0", |
| "summary": "Fast Development open source UI Framework for iOS Development.", |
| "description": "Channeling MacApp from the early days of Macintosh, Fleet is an open source UI Framework designed to help developers quickly created their iOS App.", |
| "homepage": "https://github.com/magesteve/FleetIOSPod", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Steve Sheets": "magesteve@mac.com" |
| }, |
| "source": { |
| "git": "https://github.com/magesteve/FleetIOSPod.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/magesteve", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source_files": "FleetIOSPod/Classes/*.swift", |
| "frameworks": "UIKit", |
| "swift_versions": "5.0" |
| } |