blob: 9e1e70a035f53c0a43d65cac662f699f968563c7 [file] [log] [blame]
{
"name": "iHOCON",
"version": "0.1.8",
"license": {
"type": "Apache 2.0",
"file": "LICENSE-2.0.txt"
},
"summary": "iOS-friendly JSON superset inspired by Typesafe's HOCON",
"source": {
"git": "https://github.com/Zi0P4tch0/iHOCON.git",
"tag": "0.1.8"
},
"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,h,m}",
"requires_arc": false
}
]
}