blob: 0606a6e5c3519c1ccf8aef250a517fc2d26a9291 [file] [log] [blame]
{
"name": "YJCameraTel",
"version": "0.0.1",
"summary": "Test YJCameraSDK",
"description": "this is my first framework,A short description of YJCameraSDK",
"homepage": "http://git.oschina.net",
"license": "Apache License, Version 2.0",
"authors": {
"qinxch": "qinxch@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/qinxch/YJCameraSDK.git",
"tag": "0.0.1"
},
"resources": [
"Resource/*.png",
"Resource/*.nib",
"Resource/*.bundle",
"Resource/*.gif"
],
"vendored_frameworks": [
"YJWiFiSetterSDK.framework",
"YJCamera.framework"
],
"frameworks": "Foundation",
"libraries": [
"iconv",
"xml2"
]
}