[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 7 / c / d / Geniee-iOS-SDK / 7.0.6 / Geniee-iOS-SDK.podspec.json
blobe4a6074b030695caf5925c2300b4f907c9747f52
2   "name": "Geniee-iOS-SDK",
3   "version": "7.0.6",
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": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/geniee-ssp/Geniee-iOS-SDK.git",
18     "tag": "v.7.0.6"
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   "libraries": "xml2",
38   "requires_arc": true,
39   "xcconfig": {
40     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
41     "OTHER_LDFLAGS": "-ObjC"
42   },
43   "dependencies": {
44     "KissXML": [
45       "~> 5.2.3"
46     ]
47   }