[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 8 / 6 / PrebidMobile / 0.5 / PrebidMobile.podspec.json
blob622ab03c2e3bae7e5ef49d34a786d2e78e6ce495
2   "name": "PrebidMobile",
3   "version": "0.5",
4   "summary": "PrebidMobile is a lightweight framework that integrates directly with Prebid Server.",
5   "description": "Prebid-Mobile-SDK is a lightweight framework that integrates directly with Prebid Server to increase yield for publishers by adding more mobile buyers.\"",
6   "homepage": "https://www.prebid.org",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Copyright 2017 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"
10   },
11   "authors": {
12     "Prebid.org, Inc.": "info@prebid.org"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/prebid/prebid-mobile-ios.git",
19     "tag": "0.5"
20   },
21   "source_files": [
22     "sdk/PrebidMobile",
23     "sdk/PrebidMobile/**/*.{h,m}",
24     "sdk/PrebidServerAdapter/**/*.{h,m}"
25   ],
26   "public_header_files": [
27     "sdk/PrebidServerAdapter/PBServerAdapter.h",
28     "sdk/PrebidMobile/*.h",
29     "sdk/PrebidMobile/Logging/*.h"
30   ],
31   "requires_arc": true,
32   "xcconfig": {
33     "LIBRARY_SEARCH_PATHS": "$(inherited)",
34     "OTHER_CFLAGS": "$(inherited)",
35     "OTHER_LDFLAGS": "$(inherited)",
36     "HEADER_SEARCH_PATHS": "$(inherited)",
37     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
38   },
39   "frameworks": [
40     "CoreTelephony",
41     "SystemConfiguration",
42     "UIKit",
43     "Foundation"
44   ]