blob: 08dbf8e565b8fe3e5d65e31d2b9a59491e25d0a4 [file] [log] [blame]
{
"name": "TMWechatOpenSDK",
"version": "0.0.2",
"summary": "天马封装微信SDK",
"homepage": "https://www.360tianma.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"renxukui": "renxukui@360tianma.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/tmgc/TMWechatOpenSDKSpec.git",
"tag": "0.0.2"
},
"source_files": "TMFramework/*.{h}",
"ios": {
"vendored_libraries": "TMFramework/*.a"
},
"requires_arc": true,
"frameworks": [
"Security",
"CoreGraphics",
"WebKit",
"SystemConfiguration",
"CFNetwork",
"UIKit"
],
"libraries": [
"c++",
"z",
"sqlite3.0"
]
}