blob: 72e301727c6dd2b5851f45817735c6429d4b9d96 [file] [log] [blame]
{
"name": "Mantle-HAL-Remix",
"version": "1.0.0",
"summary": "HAL Parser for Objective-C with added strong typing.",
"homepage": "https://www.github.com/remixnine/Mantle-HAL-Remix",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lynn Zhou": "lynn@lynnzhou.com"
},
"social_media_url": "https://twitter.com/remixnine",
"source": {
"git": "https://github.com/remixnine/Mantle-HAL-Remix.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Mantle": [
"~> 1.5"
]
}
}