blob: 4f3ac048f831ba8df5a91e8e0217d097cad9d3f2 [file] [log] [blame]
{
"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/*"
]
}