blob: 855e0622d2639b9120516dd49ceb115d598aa329 [file] [log] [blame]
{
"name": "ALISPluginsLibrary",
"version": "0.1.0",
"summary": "阿里体育plugins集合",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/davidxwwang/ALISPluginsLibrary.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xwwang_0102@qq.com": "xingwang.wxw@alibaba-inc.com"
},
"source": {
"git": "https://github.com/davidxwwang/ALISPluginsLibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "AlisJSBridgePlugins",
"source_files": "ALISPluginsLibrary/Classes/AlisJSBBridge/**/*",
"frameworks": [
"ImageIO",
"CoreTelephony",
"WebKit",
"SystemConfiguration"
],
"libraries": [
"c++",
"z",
"bz2"
],
"dependencies": {
"AEHybridEngine": [
],
"ALISJSBridgeKit": [
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
"ENABLE_BITCODE": "NO",
"MACH_O_TYPE": "staticlib"
}
},
{
"name": "NetWorkPlugins",
"source_files": "ALISPluginsLibrary/Classes/AliNetworking/**/*",
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"AlisNetworking": [
]
}
}
]
}