[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / d / AvatyeAdCash / 2.1.4 / AvatyeAdCash.podspec.json
blobefa64f818ffb14858d85809109080f358d093760
2   "name": "AvatyeAdCash",
3   "version": "2.1.4",
4   "summary": "Avatye Advertise support framework",
5   "description": "Support to present Banner and Interstitial type Advertise.",
6   "homepage": "https://bitbucket.org/sjpark_avatye/sdk-ad-library-ios-src",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LimJaeHyuk": "lim0202jh@avatye.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/avatye/sdk-ad-library-ios-src.git",
16     "tag": "v2.1.4"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "AvatyeAdCash/Classes/**/*.{m,h,swift}",
23   "resource_bundles": {
24     "AvatyeAdCashResource": [
25       "AvatyeAdCash/Assets/Images.xcassets"
26     ],
27     "AvatyeAdCash": [
28       "AvatyeAdCash/Privacy/PrivacyInfo.xcprivacy"
29     ]
30   },
31   "frameworks": [
32     "AdSupport",
33     "AppTrackingTransparency"
34   ],
35   "default_subspecs": "Core",
36   "xcconfig": {
37     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
38   },
39   "subspecs": [
40     {
41       "name": "Core",
42       "dependencies": {
43         "AdPopcornSSP": [
44           "2.5.9"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"