| { |
| "name": "DGPSDK", |
| "version": "0.1.0", |
| "summary": "A short description of DIGIPROSDK.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/jviloriam/DIGIPROSDK.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jonathan Viloria M": "jonathanv@digipro.com.mx" |
| }, |
| "source": { |
| "git": "https://github.com/jviloriam/DIGIPROSDK.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "public_header_files": "DIGIPROSDK.framework/Headers/*.h", |
| "source_files": "DIGIPROSDK.framework/Headers/*.h", |
| "vendored_frameworks": "DIGIPROSDK.framework" |
| } |