blob: 5fef6231a3a1cfcb0ef2158a6ba11c63a373c365 [file] [log] [blame]
{
"name": "iHOCON",
"version": "0.3.4",
"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.3.4"
},
"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
}
]
}