[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / 0 / PrebidMobileFS / 0.5.9 / PrebidMobileFS.podspec.json
blob7e4d74327d1c8bb958877b25003968a6ec4b0925
2   "name": "PrebidMobileFS",
3   "version": "0.5.9",
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/freestarcapital/Freestar-Prebid-Mobile-iOS.git",
19     "tag": "0.5.9"
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     "sdk/PrebidMobile/Analytics/*.h"
31   ],
32   "exclude_files": [
33     "sdk/PrebidMobile/Analytics/Services/*.{h,m}",
34     "sdk/PrebidMobile/**/PrebidMobile-umbrella.h"
35   ],
36   "dependencies": {
37     "FSCache": [
39     ]
40   },
41   "requires_arc": true,
42   "xcconfig": {
43     "LIBRARY_SEARCH_PATHS": "$(inherited)",
44     "OTHER_CFLAGS": "$(inherited)",
45     "OTHER_LDFLAGS": "$(inherited)",
46     "HEADER_SEARCH_PATHS": "$(inherited)",
47     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
48   },
49   "frameworks": [
50     "CoreTelephony",
51     "SystemConfiguration",
52     "UIKit",
53     "Foundation"
54   ]