blob: 2d449fa2922a3e7e98ce79f65aa87d4185e89dec [file] [log] [blame]
{
"name": "MKUnits",
"version": "1.2.1",
"summary": "Unit conversion library for Objective-C. It provides units of measurement of physical quantities and simplifies manipulation of them.",
"homepage": "https://github.com/michalkonturek/MKUnits",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/michalkonturek/MKUnits.git",
"tag": "1.2.1"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MKFoundationKit/NSNumber": [
"~> 1.2.0"
]
}
}