blob: 36ac5f96e9626ca60c1876e4920bbdd3b4a43306 [file] [log] [blame]
{
"name": "MobileiaAuthenticationCore",
"version": "0.0.3",
"swift_version": "4.0",
"summary": "Libreria Authentication Core para MobileIA",
"description": "Esta la base para la creacion de servicios de autenticacion y librerias que son creados por MobileIA!",
"homepage": "https://github.com/MobileIA/mia-authentication-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-authentication-ios.git",
"tag": "0.0.3"
},
"source_files": [
"MobileiaAuthenticationCore/*.{swift,plist}",
"MobileiaAuthenticationCore/Rest/*.swift",
"MobileiaAuthenticationCore/Entity/*.swift",
"MobileiaAuthenticationCore/Service/*.swift",
"MobileiaAuthenticationCore/Realm/*.swift"
],
"dependencies": {
"PureLayout": [
],
"RealmSwift": [
],
"Alamofire": [
"~> 4.5"
],
"AlamofireImage": [
"~> 3.3"
],
"MobileiaCore": [
]
}
}