blob: 5cbdca6e0c845b47ce5f10e71cd81b3f6790d305 [file] [log] [blame]
{
"name": "GDJson",
"version": "0.3.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "J2ObjC implementation of GWT Elemental JSON library.",
"homepage": "https://github.com/goodow/realtime",
"authors": {
"Larry Tin": "dev@goodow.com"
},
"source": {
"git": "https://github.com/goodow/GDJson.git",
"tag": "v0.3.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"header_mappings_dir": "Classes/generated/include",
"source_files": [
"Classes/common",
"Classes/generated/include/**/*.h",
"Classes/generated/json/**/*.m"
],
"dependencies": {
"J2ObjC": [
"0.8.6.1"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
}
}