[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 4 / c / 3 / Geniee-Test-iOS-SDK / 0.0.3 / Geniee-Test-iOS-SDK.podspec.json
blobb64e5e1bc46b7bfe6dfeee13f4db8fac3b278644
2   "name": "Geniee-Test-iOS-SDK",
3   "version": "0.0.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": "takaaki.kobayashi@geniee.co.jp"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/geniee-ssp/Geniee-iOS-SDK.git",
18     "branch": "hotfix/podspec_weak_framework"
19   },
20   "vendored_frameworks": "GNAdSDK/Framework/GNAdSDK.framework",
21   "source_files": "GNAdSDK/libs/Reachability/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "AdSupport",
25     "CoreGraphics",
26     "CoreLocation",
27     "CoreTelephony",
28     "SystemConfiguration",
29     "AVFoundation",
30     "AudioToolbox",
31     "CoreFoundation",
32     "CoreMedia",
33     "QuartzCore",
34     "MessageUI",
35     "Foundation"
36   ],
37   "weak_frameworks": "AppTrackingTransparency",
38   "libraries": "xml2",
39   "pod_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   },
42   "user_target_xcconfig": {
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
44   },
45   "requires_arc": true,
46   "xcconfig": {
47     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
48     "OTHER_LDFLAGS": "-ObjC"
49   },
50   "dependencies": {
51     "KissXML": [
52       "~> 5.2.3"
53     ]
54   }