[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 7 / c / d / Geniee-iOS-SDK / 7.0.0 / Geniee-iOS-SDK.podspec.json
blob922b6fef6ed6ea89a274a36bd7e82b9c9a105ef8
2   "name": "Geniee-iOS-SDK",
3   "version": "7.0.0",
4   "summary": "An SDK for ad menetization with the Geniee Network",
5   "homepage": "https://geniee.co.jp",
6   "license": "MIT",
7   "authors": {
8     "Geniee": "kazunori.yamamoto@geniee.co.jp"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/geniee-ssp/Geniee-iOS-SDK.git",
15     "tag": "v.7.0.0"
16   },
17   "vendored_frameworks": "GNAdSDK/Framework/GNAdSDK.framework",
18   "source_files": "GNAdSDK/libs/Reachability/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "AdSupport",
22     "CoreGraphics",
23     "CoreLocation",
24     "CoreTelephony",
25     "SystemConfiguration",
26     "AVFoundation",
27     "AudioToolbox",
28     "CoreFoundation",
29     "CoreMedia",
30     "QuartzCore",
31     "MessageUI",
32     "Foundation"
33   ],
34   "libraries": "xml2",
35   "requires_arc": true,
36   "xcconfig": {
37     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
38     "OTHER_LDFLAGS": "-ObjC"
39   },
40   "dependencies": {
41     "KissXML": [
42       "~> 5.2.3"
43     ]
44   }