blob: 11f4869368f0a28cd36ff250029801e83babd7e5 [file] [log] [blame]
{
"name": "GDJson",
"version": "0.5.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "Minimalistic JSON library for Java/Android/iOS/GWT/J2ObjC",
"homepage": "https://github.com/goodow/realtime-json",
"authors": {
"Larry Tin": "dev@goodow.com"
},
"source": {
"git": "https://github.com/goodow/GDJson.git",
"tag": "v0.5.0"
},
"requires_arc": true,
"header_mappings_dir": "Classes/generated",
"source_files": [
"Classes/common",
"Classes/generated/**/*.{h,m}"
],
"dependencies": {
"J2ObjC": [
"~> 0.8"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
}
}