blob: 4f65f8feb8f58f5b08e3fe6b55ca153181674847 [file] [log] [blame]
{
"name": "GICXMLLayout",
"version": "0.5.0",
"summary": "A short description of GICXMLLayout.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ghwghw4/GICXMLLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ghwghw4": "dagehaoshuang@163.com"
},
"source": {
"git": "https://github.com/ghwghw4/GICXMLLayout.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "GICXMLLayout/Classes/Core/**/*",
"resource_bundles": {
"GICXMLLayout": [
"GICXMLLayout/Assets/**/*"
]
},
"prefix_header_file": "GICXMLLayout/Classes/Core/XMLLayoutPrefixHeader.pch",
"dependencies": {
"GDataXMLNode_GIC": [
],
"GICJsonParser": [
],
"ReactiveObjC": [
],
"Texture": [
],
"pop": [
]
},
"frameworks": "JavaScriptCore",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${SDK_DIR}/usr/include/libxml2"
}
},
{
"name": "Router",
"source_files": "GICXMLLayout/Classes/Router/**/*",
"dependencies": {
"GICXMLLayout/Core": [
]
}
}
]
}