[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 3 / 6 / PredictIO / 5.0.0-beta.7 / PredictIO.podspec.json
blobc102e7542de16bbe858323b6c961bde7d9496970
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.0-beta.7",
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   "public_header_files": "PredictIO-iOS/**/*.h",
19   "source_files": [
20     "PredictIO-iOS/**/*.h",
21     "PredictIO-iOS/Classes/*.m"
22   ],
23   "preserve_paths": "PredictIO-iOS/**/*.h",
24   "frameworks": [
25     "UIKit",
26     "CoreMotion",
27     "CoreLocation",
28     "AdSupport",
29     "SystemConfiguration",
30     "Accelerate"
31   ],
32   "header_dir": "PredictIO-iOS",
33   "module_name": "PredictIO",
34   "source": {
35     "git": "https://github.com/predict-io/PredictIO-iOS.git",
36     "tag": "5.0.0-beta.7"
37   },
38   "vendored_frameworks": "Frameworks/swift4.0/PredictIO.framework",
39   "dependencies": {
40     "Alamofire": [
41       "~> 4.5.0"
42     ],
43     "RxSwift": [
44       "~> 4.0.0"
45     ],
46     "RxCocoa": [
47       "~> 4.0.0"
48     ],
49     "SwiftyJSON": [
50       "~> 3.1.0"
51     ],
52     "ReachabilitySwift": [
53       "~> 4.0.0"
54     ],
55     "SwiftyUserDefaults": [
56       "~> 3.0.0"
57     ],
58     "Realm": [
59       "~> 2.10.0"
60     ],
61     "RealmSwift": [
62       "~> 2.10.0"
63     ]
64   }