[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 6 / d / TiendeoCore / 0.0.12-alpha5 / TiendeoCore.podspec.json
bloba4d2352847cea652618948b4c7ce8ad6d948115c
2   "name": "TiendeoCore",
3   "version": "0.0.12-alpha5",
4   "summary": "Tiendeo Core",
5   "homepage": "https://www.tiendeo.com",
6   "license": "Custom",
7   "authors": {
8     "Tiendeo": "info@tiendeo.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "http": "https://tiendeo.jfrog.io/tiendeo/pods/TiendeoCore/TiendeoCore-0.0.12-alpha5.zip"
15   },
16   "dependencies": {
17     "Governor": [
18       "~> 0.2.5"
19     ],
20     "AlamofireObjectMapper": [
21       "~> 5.2"
22     ],
23     "Alamofire": [
24       "~> 4.8"
25     ],
26     "RealmSwift": [
27       "~> 3.11.1"
28     ],
29     "RxSwift": [
30       "~> 4.2.0"
31     ]
32   },
33   "default_subspecs": "Lite",
34   "subspecs": [
35     {
36       "name": "Lite",
37       "frameworks": "TiendeoCore",
38       "vendored_frameworks": "TiendeoCore.framework"
39     },
40     {
41       "name": "Full",
42       "frameworks": "TiendeoCore",
43       "vendored_frameworks": "TiendeoCore.framework",
44       "xcconfig": {
45         "OTHER_SWIFT_FLAGS": "$(inherited) -DFULLTIENDEOCORE"
46       },
47       "dependencies": {
48         "TiendeoAuth": [
49           "~> 0.0.6"
50         ],
51         "FacebookCore": [
52           "~> 0.4.0"
53         ]
54       }
55     }
56   ]