blob: 20874bae7391e1253bf6cc83599ded70cdd776b9 [file] [log] [blame]
{
"name": "HHUnitConverter",
"version": "2.0",
"summary": "Unit conversion library for Objective-C.",
"homepage": "https://github.com/HiveHicks/HHUnitConverter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HiveHicks": "hivehicks@gmail.com"
},
"source": {
"git": "https://github.com/HiveHicks/HHUnitConverter.git",
"tag": "2.0"
},
"platforms": {
"ios": 7.0
},
"source_files": "Library/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"PESGraph": [
]
}
}