blob: 5a71691b979ad9a1166ef94972b2d8cda8e6f10f [file] [log] [blame]
{
"name": "IndoorwayKit",
"version": "1.2.0",
"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.2.0"
},
"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.6.2"
],
"Alamofire": [
"= 4.4.0"
],
"CryptoSwift": [
"= 0.6.8"
],
"AWSSQS": [
"= 2.5.3"
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.1",
"deprecated_in_favor_of": "IndoorwaySdk"
}