blob: b5bd296c1da602be3aca67c10c55e4e0107b4dfb [file] [log] [blame]
{
"name": "LWIMKit",
"version": "2.9.0",
"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://raw.githubusercontent.com/macji/LWIMKit/master/Products/2.9.0/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"
},
"dependencies": {
"CocoaLumberjack": [
"1.9.2"
],
"UTDID": [
"1.0.0"
]
}
}