blob: a413d19811fd4171dc59811239a428e441f3a7f0 [file] [log] [blame]
{
"name": "ARtcKit_iOS",
"version": "4.0.0.0",
"summary": "AriOSSDK",
"description": "ARtcKit 是ar云平台的iOS SDK",
"homepage": "https://github.com/jhdync/ARtcKit",
"license": "MIT",
"authors": {
"jihua": "yangjihua@dync.cc"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jhdync/ARtcKit.git",
"tag": "4.0.0.0",
"submodules": true
},
"source_files": [
"ARtcKit",
"ARtcKit/**/*.{h,m}"
],
"public_header_files": "ARtcKit/**/*.{h}",
"vendored_frameworks": "ARtcKit/**/*.framework",
"requires_arc": true
}