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