| { |
| "name": "com.hcnx.mgs.rec", |
| "version": "0.1.2", |
| "summary": "Integration of our SDK MGS in development.", |
| "description": "this is a MGS integretion with views in development", |
| "homepage": "https://bitbucket.hcnx.eu/scm/ph/com.hcnx.mgs.rec.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "g.martinez@highconnexion.com": "g.martinez@highconnexion.com" |
| }, |
| "source": { |
| "git": "https://bitbucket.hcnx.eu/scm/ph/com.hcnx.mgs.rec.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "ios": { |
| "vendored_frameworks": "*.framework" |
| }, |
| "dependencies": { |
| "com.hcnx.hcnx_base": [ |
| |
| ] |
| }, |
| "resources": "views*/*", |
| "resource_bundles": { |
| "com.hcnx.mgs.rec": [ |
| "views/*" |
| ] |
| } |
| } |