[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 7 / c / d / Geniee-iOS-SDK / 8.3.3 / Geniee-iOS-SDK.podspec.json
blobaffc183d092c4c27210b0c67e6848628196b20e1
2   "name": "Geniee-iOS-SDK",
3   "version": "8.3.3",
4   "summary": "An SDK for ad menetization with the Geniee Network",
5   "homepage": "https://geniee.co.jp",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Geniee": "kazunori.yamamoto@geniee.co.jp"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "source": {
17     "git": "https://github.com/geniee-ssp/Geniee-iOS-SDK.git",
18     "tag": "v.8.3.3"
19   },
20   "vendored_frameworks": "GNAdSDK/Framework/GNAdSDK.xcframework",
21   "source_files": [
22     "GNAdSDK/libs/Reachability/*.{h,m}",
23     "GNAdSDK/libs/KissXML/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "AdSupport",
28     "CoreGraphics",
29     "CoreLocation",
30     "CoreTelephony",
31     "SystemConfiguration",
32     "AVFoundation",
33     "AudioToolbox",
34     "CoreFoundation",
35     "CoreMedia",
36     "QuartzCore",
37     "MessageUI",
38     "Foundation"
39   ],
40   "weak_frameworks": "AppTrackingTransparency",
41   "libraries": "xml2",
42   "pod_target_xcconfig": {
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
44   },
45   "user_target_xcconfig": {
46     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
47   },
48   "requires_arc": true,
49   "xcconfig": {
50     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
51     "OTHER_LDFLAGS": "-ObjC"
52   }