[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 1 / d / AvatyeAdCash / 2.1.0 / AvatyeAdCash.podspec.json
blob496c78acf64adf08012d3f907d38d95865f06ba5
2   "name": "AvatyeAdCash",
3   "version": "2.1.0",
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.0"
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   },
28   "static_framework": true,
29   "frameworks": [
30     "AdSupport",
31     "AppTrackingTransparency"
32   ],
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "dependencies": {
38         "AdPopcornSSP": [
39           "2.5.5"
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.0"