blob: d907803446629ef14ebd446494e74693652e769f [file] [log] [blame]
{
"name": "OCUnitKit",
"summary": "UnitKit is a pretty simple framework for creating, converting, and comparing units and physical quantities in Swift.",
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Otavio Cordeiro": "contact@otaviocc.com"
},
"social_media_url": "https://twitter.com/otaviocc",
"source": {
"git": "https://github.com/otaviocc/UnitKit.git",
"tag": "0.1.1"
},
"source_files": "UnitKit/*.{swift}",
"homepage": "https://github.com/otaviocc/UnitKit",
"platforms": {
"ios": "9.0"
},
"frameworks": "Foundation"
}