blob: 2faeabc59d8734b83c06bac1087653a2cd73d09d [file] [log] [blame]
{
"name": "Orchextra",
"version": "3.0.6",
"summary": "A library that gives you access to Orchextra platform from your iOS app.",
"swift_version": "4.1.0",
"description": "Orchextra SDK is composed by the sections of functionality.\n\n# Start / Stop\n\n* Start\n* Stop\n* Orchextra Core\n\n# Authentication\n\n* Bind/Unbind user\n* Bind device\n* \tAnonimize (GDPR)\n* Business units\n* Tags\n* Custom fields\n* SendORXRequest\n\n# Triggering\n\n* Scanner\n* \tCustom\n* \tORXScanner\n* Proximity\n* Eddystone\n\n# Actions\n\n* Custom Schemes\n* Triggers\n* Push Notifications\n* Register / unregister\n* Handle notifications\n* Local\n* Remote",
"homepage": "https://github.com/Orchextra/orchextra-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jcarlosestela": "jose.estela@gigigo.com"
},
"source": {
"git": "https://github.com/Orchextra/orchextra-ios-sdk.git",
"tag": "v3.0.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Orchextra/**/*.swift",
"resources": "Orchextra/**/*.{xcassets,storyboard}",
"dependencies": {
"GIGLibrary": [
"~> 3.0"
],
"CryptoSwift": [
"~> 0.9"
]
}
}