blob: 4c34de931593df70e2ae7a09f8da743f3c58e3ae [file] [log] [blame]
{
"name": "winguSDK-iOS",
"version": "0.6.7",
"summary": "iOS SDK for wingu.de",
"description": "winguSDK is an iOS SDK for wingu.de service. This framework will allow you to connect with beacons and geofences nearby user location.",
"homepage": "https://github.com/Speicher210/wingu-sdk-ios-demoapp",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"wingu AG": "jakub.mazur@wingu.de"
},
"source": {
"git": "https://github.com/Speicher210/wingu-sdk-ios-demoapp.git",
"tag": "0.6.7"
},
"social_media_url": "https://twitter.com/wingude",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "SDK",
"dependencies": {
"RSBarcodes_Swift": [
],
"AudioPlayer": [
],
"Nuke": [
],
"SwiftyMarkdown": [
],
"youtube-ios-player-helper": [
],
"SKPhotoBrowser": [
]
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/winguSDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/winguSDK\""
},
"pushed_with_swift_version": "3.0",
"deprecated": true,
"subspecs": [
{
"name": "SDK",
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "winguSDK.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)"
},
"preserve_paths": "winguSDK.framework"
}
]
}