[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / d / 6 / MobileiaAuthenticationCore / 0.0.3 / MobileiaAuthenticationCore.podspec.json
blob36ac5f96e9626ca60c1876e4920bbdd3b4a43306
2   "name": "MobileiaAuthenticationCore",
3   "version": "0.0.3",
4   "swift_version": "4.0",
5   "summary": "Libreria Authentication Core para MobileIA",
6   "description": "Esta la base para la creacion de servicios de autenticacion y librerias que son creados por MobileIA!",
7   "homepage": "https://github.com/MobileIA/mia-authentication-ios",
8   "license": {
9     "type": "Apache License 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Matias Camiletti": "matias.camiletti@gmail.com"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/MobileIA/mia-authentication-ios.git",
20     "tag": "0.0.3"
21   },
22   "source_files": [
23     "MobileiaAuthenticationCore/*.{swift,plist}",
24     "MobileiaAuthenticationCore/Rest/*.swift",
25     "MobileiaAuthenticationCore/Entity/*.swift",
26     "MobileiaAuthenticationCore/Service/*.swift",
27     "MobileiaAuthenticationCore/Realm/*.swift"
28   ],
29   "dependencies": {
30     "PureLayout": [
32     ],
33     "RealmSwift": [
35     ],
36     "Alamofire": [
37       "~> 4.5"
38     ],
39     "AlamofireImage": [
40       "~> 3.3"
41     ],
42     "MobileiaCore": [
44     ]
45   }