| { |
| "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" |
| ] |
| } |