blob: 6344bd154f14c7fe19a1983a79e42c21cf4f727e [file] [log] [blame]
{
"name": "Mantle-HAL",
"version": "1.0.0",
"summary": "HAL Parser for Objective-C with added strong typing.",
"homepage": "https://www.github.com/simonrice/Mantle-HAL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Simon Rice": "im@simonrice.com"
},
"source": {
"git": "https://github.com/simonrice/Mantle-HAL.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Mantle": [
"~> 1.5"
]
}
}