blob: 1da9827f892c13baef41d95891d6ba7deb208df0 [file] [log] [blame]
{
"name": "WebARSDK",
"version": "1.0.0",
"summary": "WebARSDK",
"homepage": "https://github.com/kivisense/ios-webar-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kivicube": "op@kivisense.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kivisense/ios-webar-sdk.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "WebARSDK/Sources/**/*.{h,m}",
"public_header_files": "WebARSDK/Sources/**/*.{h}",
"resources": "WebARSDK/Sources/WEBARView.bundle",
"frameworks": [
"Foundation",
"UIKit",
"WebKit",
"AVFoundation"
]
}