blob: 7fdea0a438c6a64505a454b66c3a29307c3f2459 [file] [log] [blame]
{
"name": "IndoorwaySdk",
"version": "2.0.15",
"cocoapods_version": ">= 1.0.0",
"summary": "IndoorwaySdk - 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": "2.0.15"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "IndoorwaySdk/IndoorwaySdk.framework"
},
"frameworks": [
"CoreMotion",
"CoreBluetooth",
"Security",
"UIKit",
"CoreGraphics",
"CoreLocation"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers\"",
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"SwiftyJSON": [
"~> 4.0.0"
],
"Alamofire": [
"~> 4.7.1"
],
"AWSSQS": [
"~> 2.6.1"
]
},
"requires_arc": true
}