blob: 2acd3da15a38bf83750445813ff09d2bfe08718e [file] [log] [blame]
{
"name": "iHOCON",
"version": "0.1.5",
"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.5"
},
"homepage": "https://github.com/Zi0P4tch0/iHOCON",
"authors": {
"Matteo Pacini": "ispeakprogramming@gmail.com"
},
"platforms": {
"ios": "4.3"
},
"source_files": "iHOCON/*.{h,m}",
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "iHOCONCore",
"source_files": "iHOCONCore/*.{lm,ym}",
"requires_arc": false
}
]
}