[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 3 / 4 / Orchextra / 3.0.6 / Orchextra.podspec.json
blob2faeabc59d8734b83c06bac1087653a2cd73d09d
2   "name": "Orchextra",
3   "version": "3.0.6",
4   "summary": "A library that gives you access to Orchextra platform from your iOS app.",
5   "swift_version": "4.1.0",
6   "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",
7   "homepage": "https://github.com/Orchextra/orchextra-ios-sdk",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "jcarlosestela": "jose.estela@gigigo.com"
14   },
15   "source": {
16     "git": "https://github.com/Orchextra/orchextra-ios-sdk.git",
17     "tag": "v3.0.6"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Orchextra/**/*.swift",
23   "resources": "Orchextra/**/*.{xcassets,storyboard}",
24   "dependencies": {
25     "GIGLibrary": [
26       "~> 3.0"
27     ],
28     "CryptoSwift": [
29       "~> 0.9"
30     ]
31   }