[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / e / 6 / MobileiaCore / 0.0.18 / MobileiaCore.podspec.json
blob5866c510f5405959a3f0fc7dae607b1318d1a236
2   "name": "MobileiaCore",
3   "version": "0.0.18",
4   "summary": "Libreria Core para MobileIA",
5   "description": "Esta la base para todos los proyectos y librerias que son creados por MobileIA!",
6   "homepage": "https://github.com/MobileIA/mia-core-ios",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matias Camiletti": "matias.camiletti@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/MobileIA/mia-core-ios.git",
19     "tag": "0.0.18"
20   },
21   "source_files": [
22     "MobileiaCore/*.{swift,plist}",
23     "MobileiaCore/Controller/*.swift",
24     "MobileiaCore/Rest/*.swift",
25     "MobileiaCore/View/*.swift",
26     "MobileiaCore/Helper/*.swift",
27     "MobileiaCore/Realm/*.swift"
28   ],
29   "dependencies": {
30     "PureLayout": [
32     ],
33     "RealmSwift": [
35     ],
36     "Alamofire": [
37       "~> 4.5"
38     ],
39     "AlamofireImage": [
40       "~> 3.3"
41     ]
42   }