| { |
| "name": "psychic-bassoon", |
| "version": "0.1.1", |
| "summary": "A short description of otsdk_adobe.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/jdevenish/otsdk_adobe", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jdevenish": "justin.devenish@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jdevenish/psychic-bassoon.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "otsdk_adobe/Classes/**/*", |
| "public_header_files": "otsdk_adobe/Classes/**/*.h", |
| "static_framework": true, |
| "dependencies": { |
| "ACPCore": [ |
| "~>2.0.1" |
| ] |
| }, |
| "vendored_libraries": "otsdk_adobe/Classes/libotsdk_adobe.a" |
| } |