[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 6 / ProxicloudSDK / 1.0.3 / ProxicloudSDK.podspec.json
blob530caa550b601919914590f5250ff08772dd866d
2   "name": "ProxicloudSDK",
3   "version": "1.0.3",
4   "summary": "This SDK enables a plethora of proximity-based functionalities. Communicate , advertise and analyze with proxi.cloud",
5   "description": "This SDK enables a plethora of proximity-based functionalities. Communicate , advertise and analyze with proxi.cloud",
6   "homepage": "http://developer.proxi.cloud",
7   "license": "MIT",
8   "authors": {
9     "proxi.cloud": "contact@proxi.cloud"
10   },
11   "social_media_url": "https://twitter.com/",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://gitlab.com/proxi.cloud/ios-sdk.git",
17     "tag": "1.0.3"
18   },
19   "source_files": [
20     "ProxicloudSDK/*.{h,m}",
21     "ProxicloudSDK/**/*.{h,m}"
22   ],
23   "public_header_files": [
24     "ProxicloudSDK/*.h",
25     "ProxicloudSDK/Categories/*.h"
26   ],
27   "frameworks": [
28     "UIKit",
29     "CoreBluetooth",
30     "Security",
31     "CoreTelephony",
32     "CoreLocation",
33     "SystemConfiguration",
34     "MobileCoreServices",
35     "CoreMotion"
36   ],
37   "requires_arc": true,
38   "dependencies": {
39     "tolo": [
40       "~> 1.0"
41     ],
42     "JSONModel": [
43       "~> 1.7"
44     ],
45     "UICKeyChainStore": [
46       "~> 2.0"
47     ],
48     "ObjCGeoHash": [
50     ]
51   }