| { |
| "name": "MobileiaCore", |
| "version": "0.0.18", |
| "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.18" |
| }, |
| "source_files": [ |
| "MobileiaCore/*.{swift,plist}", |
| "MobileiaCore/Controller/*.swift", |
| "MobileiaCore/Rest/*.swift", |
| "MobileiaCore/View/*.swift", |
| "MobileiaCore/Helper/*.swift", |
| "MobileiaCore/Realm/*.swift" |
| ], |
| "dependencies": { |
| "PureLayout": [ |
| |
| ], |
| "RealmSwift": [ |
| |
| ], |
| "Alamofire": [ |
| "~> 4.5" |
| ], |
| "AlamofireImage": [ |
| "~> 3.3" |
| ] |
| } |
| } |