blob: 2746c3685887e4c7ca955140824d652f88f5035d [file] [log] [blame]
{
"name": "wxxsdk",
"version": "1.1.0",
"summary": "翁贤训的第一个sdk.",
"homepage": "https://github.com/wengxianxun/wxxsdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"authors": {
"joying": "wengxianxun@hotmail.com"
},
"source": {
"git": "https://github.com/wengxianxun/wxxsdk.git",
"tag": "1.1.0"
},
"source_files": "Classes/**/*.{h,m}",
"resources": "UMVideo.bundle",
"preserve_paths": "libUMVideoSDK-1.1.0.a",
"ios": {
"vendored_libraries": "libUMVideoSDK-1.1.0.a"
},
"frameworks": [
"CoreImage",
"WebKit",
"Security",
"SystemConfiguration",
"UIKit"
],
"libraries": [
"z",
"sqlite3"
]
}