blob: 3d708f3b9bea614ad433c2f9af5490f27e9e5be6 [file] [log] [blame]
{
"name": "LWIMKit",
"version": "2.6.7",
"summary": "阿里悟空 iOS SDK",
"description": "阿里悟空通过提供云端 API 及客户端 SDK,帮助开发者简单、快速的开发移动应用。",
"homepage": "https://wukong.laiwang.com",
"license": {
"type": "MIT",
"text": "阿里悟空 © 2014. See http://m.laiwang.com/market/laiwang/wukong-serviceagreement.php"
},
"authors": {
"阿里悟空": "imwukong@service.alibaba.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"http": "https://github.com/macji/LWIMKit/raw/master/Products/2.6.7/LWIMKIT.framework.zip"
},
"preserve_paths": "LWIMKIT.framework/*",
"vendored_frameworks": "LWIMKIT.framework",
"requires_arc": true,
"frameworks": [
"CFNetwork",
"CoreTelephony",
"CoreGraphics"
],
"libraries": [
"sqlite3",
"z",
"stdc++.6.0.9"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -lz",
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/LWIMKit"
}
}