blob: bfaa0a71e960818795c2a1f739d95ab5b9e09caf [file] [log] [blame]
{
"name": "IndoorwayKit",
"version": "1.4.7",
"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.7"
},
"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"
],
"Alamofire": [
"~> 4.5.1"
],
"AWSSQS": [
"~> 2.6.1"
]
},
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/IndoorwayKit/IndoorwayKit/IndoorwayKit.framework/CommonCrypto\""
},
"preserve_paths": "IndoorwayKit/IndoorwayKit.framework/CommonCrypto/module.modulemap",
"pushed_with_swift_version": "3.1",
"deprecated_in_favor_of": "IndoorwaySdk"
}