blob: 316a3752c29972f525a43f55a097fd100b704a7c [file] [log] [blame]
{
"name": "XMNWeb",
"version": "0.1.4",
"summary": "XMNWeb provide WKWebView And JS connection",
"homepage": "https://github.com/ws00801526/XMNWeb",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ws00801526": "3057600441@qq.com"
},
"source": {
"git": "https://github.com/ws00801526/XMNWeb.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"WebKit"
],
"default_subspecs": "Bridge",
"subspecs": [
{
"name": "Core",
"source_files": "XMNWeb/Classes/Core/**/*",
"public_header_files": "XMNWeb/Classes/Core/*.h",
"dependencies": {
"KVOController": [
]
}
},
{
"name": "Console",
"source_files": "XMNWeb/Classes/Console/**/*",
"public_header_files": "XMNWeb/Classes/Console/*.h",
"resource_bundles": {
"XMNWebConsole": [
"XMNWeb/Assets/Console/**/*"
]
},
"dependencies": {
"XMNWeb/Bridge": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "XMNCONSOLE_ENABLED=1"
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "XMNCONSOLE_ENABLED=1"
}
},
{
"name": "Bridge",
"source_files": "XMNWeb/Classes/Bridge/**/*",
"public_header_files": "XMNWeb/Classes/Bridge/*.h",
"resource_bundles": {
"XMNWebBridge": [
"XMNWeb/Assets/Bridge/**/*"
]
},
"dependencies": {
"XMNWeb/Core": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "XMNBRIDGE_ENABLED=1"
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "XMNBRIDGE_ENABLED=1"
}
}
]
}