| { | |
| "name": "UnitKit", | |
| "version": "0.2", | |
| "license": "MIT", | |
| "summary": "Convenience for units of measurement written in Swift", | |
| "homepage": "https://github.com/bogosmer/UnitKit", | |
| "authors": { | |
| "Bo Gosmer": "bogosmer@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/bogosmer/UnitKit.git", | |
| "tag": "0.2" | |
| }, | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.9", | |
| "tvos": "9.0", | |
| "watchos": "2.0" | |
| }, | |
| "source_files": "UnitKit/Source/**/*.swift", | |
| "resources": [ | |
| "UnitKit/Resources/Language/*" | |
| ] | |
| } |