[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 3 / 4 / Orchextra / 3.0.5 / Orchextra.podspec.json
blobcf3c1d03f4d1f1ae8c32d89d6b742c55af271d4f
2   "name": "Orchextra",
3   "version": "3.0.5",
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.5"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Orchextra/**/*.swift",
23   "resource_bundles": {
24     "Orchextra": [
25       "Orchextra/**/*.xcassets"
26     ]
27   },
28   "dependencies": {
29     "GIGLibrary": [
30       "~> 3.0"
31     ],
32     "CryptoSwift": [
33       "~> 0.9"
34     ]
35   }