blob: 3798d889202d4a69b19674bd057f81c3dd36cad5 [file] [log] [blame]
{
"name": "PrebidMobile-pubg-ios8",
"version": "1.2",
"summary": "PrebidMobile is a lightweight framework that integrates directly with Prebid Server. This has been modified by pubGENIUS to support iOS 8 and Swift 4.2",
"description": "Prebid-Mobile-SDK is a lightweight framework that integrates directly with Prebid Server to increase yield for publishers by adding more mobile buyers.\"",
"homepage": "https://www.prebid.org",
"license": {
"type": "Apache License, Version 2.0",
"text": " Copyright 2018-2019 Prebid.org, Inc.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
},
"authors": {
"Prebid.org, Inc.": "info@prebid.org"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/prebid/prebid-mobile-ios.git",
"tag": "1.2"
},
"source_files": [
"src/PrebidMobile/PrebidMobile",
"src/PrebidMobile/PrebidMobile/*.{h,swift}",
"src/PrebidMobile/PrebidMobile/**/*.swift"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited)",
"OTHER_CFLAGS": "$(inherited)",
"OTHER_LDFLAGS": "$(inherited)",
"HEADER_SEARCH_PATHS": "$(inherited)",
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"UIKit",
"Foundation"
],
"swift_version": "4.2"
}