| { |
| "name": "MobileiaCore", |
| "version": "0.0.11", |
| "summary": "Libreria Core para MobileIA", |
| "description": "Esta la base para todos los proyectos y librerias que son creados por MobileIA!", |
| "homepage": "https://github.com/MobileIA/mia-core-ios", |
| "license": { |
| "type": "Apache License 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Matias Camiletti": "matias.camiletti@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/MobileIA/mia-core-ios.git", |
| "tag": "0.0.11" |
| }, |
| "source_files": [ |
| "MobileiaCore/*.{swift,plist}", |
| "MobileiaCore/Controller/*.swift", |
| "MobileiaCore/Rest/*.swift", |
| "MobileiaCore/View/*.swift" |
| ], |
| "dependencies": { |
| "PureLayout": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |