blob: dff0dc7bd3e66adbe195057ecc4408147db0d14a [file] [log] [blame]
{
"name": "mob_sharerec",
"version": "2.0.5",
"summary": "ShareREC is SDK that enable users can can record their mobile game play screen and share it.",
"license": "MIT",
"authors": {
"mob": "mobproducts@163.com"
},
"homepage": "http://www.mob.com",
"source": {
"git": "https://github.com/MobClub/ShareREC-for-iOS.git",
"tag": "2.0.5"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "JavaScriptCore",
"libraries": [
"icucore",
"z.1.2.5",
"stdc++"
],
"default_subspecs": "ShareREC",
"dependencies": {
"MOBFoundation": [
]
},
"subspecs": [
{
"name": "ShareREC",
"vendored_frameworks": [
"SDK/ShareREC/ShareREC.framework",
"SDK/ShareREC/ShareRECSocial.framework",
"SDK/ShareREC/ShareRECEdit.framework",
"SDK/ShareREC/ShareRECCloud.framework"
],
"resources": [
"SDK/ShareREC/ShareREC.bundle",
"SDK/ShareREC/ShareRECSocial.bundle",
"SDK/ShareREC/ShareRECCloud.bundle"
]
}
]
}