blob: 910a5c4a0916285024279ecaf8f33fae06db3f84 [file] [log] [blame]
{
"name": "MantleArrayExtension",
"version": "2.0.0",
"summary": "MantleArrayExtension support mutual conversion between Model object and character-delimited String with Mantle.",
"homepage": "https://github.com/soranoba/MantleArrayExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"soranoba": "soranoba@gmail.com"
},
"source": {
"git": "https://github.com/soranoba/MantleArrayExtension.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MantleArrayExtension/Classes/**/*.{m,h}",
"private_header_files": "MantleArrayExtension/Classes/Private/*.h",
"dependencies": {
"Mantle": [
"~> 2.0"
]
}
}