blob: 52f01d2d58715c8fe53a949d99776e36f21dcd80 [file] [log] [blame]
{
"name": "IndoorwayKit",
"version": "1.4.2",
"cocoapods_version": ">= 1.0.0",
"summary": "IndoorwayKit - find yourself indoors.",
"homepage": "https://indoorway.com",
"social_media_url": "https://twitter.com/indoorway",
"description": "Indoorway lets you find your way indoors. Check it out!",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": {
"Indoorway": "contact@indoorway.com"
},
"source": {
"git": "https://github.com/indoorway/SDKforiOS.git",
"tag": "1.4.2"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "IndoorwayKit/IndoorwayKit.framework"
},
"frameworks": [
"CoreMotion",
"CoreBluetooth",
"Security",
"UIKit",
"CoreGraphics",
"CoreLocation"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/IndoorwayKit\"",
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"SwiftyJSON": [
"= 3.1.4"
],
"Kingfisher": [
"~> 3.10.0"
],
"Alamofire": [
"~> 4.5.0"
],
"CryptoSwift": [
"= 0.6.9"
],
"AWSSQS": [
"~> 2.5.9"
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.1",
"deprecated_in_favor_of": "IndoorwaySdk"
}