[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 3 / 6 / PredictIO / 5.0.3-beta.1 / PredictIO.podspec.json
blobac0b9668034eff2a2e21e9814ce7241d7cc9147f
2   "name": "PredictIO",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "summary": "A battery-optimized SDK for iOS to get real-time updates with context information when a user starts or ends a journey.",
7   "description": "predict.io offers mobile developers a battery-optimized SDK to get normalised sensor results. Available for iOS and Android. It gives you real-time updates when a user starts or ends a journey. With this trigger come contextual details for the mode of transportation (car vs. non-car).",
8   "requires_arc": true,
9   "version": "5.0.3-beta.1",
10   "license": {
11     "type": "Apache License, Version 2.0",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "predict.io": "developer@predict.io"
16   },
17   "homepage": "https://github.com/predict-io/PredictIO-iOS",
18   "frameworks": [
19     "UIKit",
20     "CoreMotion",
21     "CoreLocation",
22     "AdSupport",
23     "SystemConfiguration",
24     "Accelerate"
25   ],
26   "header_dir": "PredictIO-iOS",
27   "module_name": "PredictIO",
28   "source": {
29     "git": "https://github.com/predict-io/PredictIO-iOS.git",
30     "tag": "5.0.3-beta.1"
31   },
32   "vendored_frameworks": "Frameworks/PredictIO.framework",
33   "dependencies": {
34     "Alamofire": [
35       "~> 4.5.0"
36     ],
37     "RxSwift": [
38       "~> 4.0.0"
39     ],
40     "RxCocoa": [
41       "~> 4.0.0"
42     ],
43     "SwiftyJSON": [
44       "~> 3.1.0"
45     ],
46     "ReachabilitySwift": [
47       "~> 4.0.0"
48     ],
49     "SwiftyUserDefaults": [
50       "~> 3.0.0"
51     ],
52     "Realm": [
53       "~> 2.10.0"
54     ],
55     "RealmSwift": [
56       "~> 2.10.0"
57     ]
58   }