blob: a5e13e43001ebe120387780b8f5334abc352be82 [file] [log] [blame]
{
"name": "TiendeoCore",
"version": "0.0.8",
"summary": "Tiendeo Core",
"homepage": "https://www.tiendeo.com",
"license": "Custom",
"authors": {
"Tiendeo": "info@tiendeo.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://tiendeo.jfrog.io/tiendeo/pods/TiendeoCore/TiendeoCore-0.0.8.zip"
},
"vendored_frameworks": "TiendeoCore.framework",
"dependencies": {
"Governor": [
"~> 0.2.5"
],
"AlamofireObjectMapper": [
"~> 5.2"
],
"Alamofire": [
"~> 4.8"
],
"RealmSwift": [
"~> 3.11.1"
],
"RxSwift": [
"~> 4.2.0"
]
},
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Lite"
},
{
"name": "Full",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-DFULLTIENDEOCORE"
},
"dependencies": {
"TiendeoAuth": [
"~> 0.0.6"
],
"FacebookCore": [
"~> 0.4.0"
]
}
}
]
}