blob: cddb4088af34d853e22fc3943dcaf624239007bf [file] [log] [blame]
{
"name": "TiendeoCore",
"version": "0.0.12-beta3",
"summary": "Tiendeo Core",
"homepage": "https://www.tiendeo.com",
"license": "Custom",
"authors": {
"Tiendeo": "info@tiendeo.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitlab.tiendeo.com/ios/core-ios.git",
"tag": "0.0.12-beta3"
},
"source_files": [
"Source/**/*.swift",
"Source/Core.h"
],
"public_header_files": [
"Source/Core.h"
],
"resource_bundles": {
"TiendeoCore": [
"Source/**/*.{xib,png,jpg,json,xcdatamodeld,xcdatamodel,xcassets,ttf,lproj}"
]
},
"dependencies": {
"Governor": [
"~> 0.2.5"
],
"AlamofireObjectMapper": [
"~> 5.2"
],
"Alamofire": [
"~> 4.8"
],
"RealmSwift": [
"~> 3.11.1"
],
"RxSwift": [
"~> 4.2.0"
],
"TiendeoAuth": [
"~> 0.0.6"
],
"FacebookCore": [
"~> 0.4.0"
]
}
}