| { |
| "name": "PhraseSwift", |
| "version": "0.1.0", |
| "summary": "A swift port of Squares Phrase library.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/tornanextbike/PhraseSwift", |
| "license": { |
| "type": "Apache-2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jan Meier": "meier@nextbike.com" |
| }, |
| "source": { |
| "git": "https://github.com/tornanextbike/PhraseSwift.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": [ |
| "4", |
| "5" |
| ], |
| "source_files": [ |
| "PhraseSwift/PhraseSwift/*.swift", |
| "PhraseSwift/PhraseSwift/Extensions/*.swift" |
| ], |
| "frameworks": "UIKit", |
| "swift_version": "5" |
| } |