blob: 42d7de126808811c7f9a7b07aa5659c293554b97 [file] [log] [blame]
{
"name": "iHOCON",
"version": "0.1.3",
"license": {
"type": "Apache 2.0",
"file": "LICENSE-2.0.txt"
},
"summary": "JSON superset inspired by Typesafe's HOCON",
"source": {
"git": "https://github.com/Zi0P4tch0/iHOCON.git",
"tag": "0.1.3"
},
"homepage": "https://github.com/Zi0P4tch0/iHOCON",
"authors": {
"Matteo Pacini": "ispeakprogramming@gmail.com"
},
"platforms": {
"ios": "4.3"
},
"public_header_files": "iHOCON/*.h",
"source_files": "iHOCON/*.{h,m}",
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "iHOCONCore",
"source_files": "iHOCONCore/*.{lm,ym}",
"requires_arc": false
}
]
}