| { |
| "name": "SPAugmentedRealitySDK", |
| "version": "0.1.1", |
| "summary": "Catchoom AugmentedReality SDK.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/apolo2/SPAugmentedRealitySDK", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "apolo2": "lethang255@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/apolo2/SPAugmentedRealitySDK.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SPAugmentedRealitySDK/Classes/**/*", |
| "ios": { |
| "vendored_frameworks": "Frameworks/CraftARAugmentedRealitySDK.framework" |
| }, |
| "resource_bundles": { |
| "SPAugmentedRealitySDK": [ |
| "SPAugmentedRealitySDK/Assets/*.bundle" |
| ] |
| } |
| } |