blob: d7cffb91121d8230b5d767db71c664ba86344bbe [file] [log] [blame]
{
"name": "Mantle-HAL",
"version": "1.1.0",
"summary": "HAL Parser for Objective-C with added strong typing.",
"homepage": "https://github.com/simonrice/Mantle-HAL",
"license": "MIT",
"authors": {
"Simon Rice": "im@simonrice.com"
},
"source": {
"git": "https://github.com/simonrice/Mantle-HAL.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/_simonrice",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"Mantle": [
"~> 1.5"
]
},
"module_name": "MantleHAL"
}