blob: 9fb727981bac350acd97c06b8e55baa04f89d417 [file] [log] [blame]
{
"name": "PredictIO",
"platforms": {
"ios": "8.0"
},
"summary": "A battery-optimized SDK for iOS to get real-time updates with context information when a user starts or ends a journey.",
"requires_arc": true,
"version": "3.2.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"predict.io": "developer@predict.io"
},
"homepage": "https://github.com/predict-io/PredictIO-iOS",
"source": {
"git": "https://github.com/predict-io/PredictIO-iOS.git",
"tag": "3.2.0"
},
"public_header_files": "PredictIO-iOS/**/*.h",
"source_files": [
"PredictIO-iOS/**/*.h",
"PredictIO-iOS/Classes/*.m"
],
"preserve_paths": "PredictIO-iOS/**/*.h",
"vendored_libraries": "PredictIO-iOS/libPredictIOSDK.a",
"frameworks": [
"UIKit",
"CoreMotion",
"CoreLocation",
"CoreTelephony",
"AdSupport",
"AVFoundation",
"CoreBluetooth",
"SystemConfiguration"
],
"module_map": "PredictIO-iOS/PredictIO.modulemap",
"header_dir": "PredictIO-iOS",
"module_name": "PredictIO",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"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)."
}