[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 8 / 3 / CG-KFEpubKit / 1.0.2 / CG-KFEpubKit.podspec.json
blob7e0e12ef6958a99f361d97b9208746333ea46b8d
2   "name": "CG-KFEpubKit",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.txt"
7   },
8   "summary": "An Objective-C epub extracting and parsing framework for OSX and iOS.",
9   "homepage": "https://pods.kf-interactive.com",
10   "authors": {
11     "Rico Becker": "rico.becker@kf-interactive.com"
12   },
13   "source": {
14     "git": "https://github.com/cgossain/KFEpubKit.git",
15     "tag": "1.0.2"
16   },
17   "frameworks": "Foundation",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "default_subspecs": "Standard",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "SSZipArchive": [
29           "~> 1.0.1"
30         ],
31         "KissXML": [
32           "~> 5.0"
33         ]
34       },
35       "source_files": [
36         "KFEpubKit/Sources/*.{h,m}",
37         "KFEpubKit/LICENSE.txt"
38       ],
39       "libraries": "xml2",
40       "xcconfig": {
41         "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
42       }
43     },
44     {
45       "name": "Standard",
46       "dependencies": {
47         "CG-KFEpubKit/Core": [
49         ]
50       }
51     },
52     {
53       "name": "Framework",
54       "platforms": {
55         "ios": "8.0"
56       },
57       "dependencies": {
58         "CG-KFEpubKit/Core": [
60         ]
61       },
62       "xcconfig": {
63         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/KissXML",
64         "OTHER_CFLAGS": "$(inherited) -DDDXML_LIBXML_MODULE_ENABLED=1",
65         "OTHER_SWIFT_FLAGS": "$(inherited) -DDDXML_LIBXML_MODULE_ENABLED"
66       }
67     }
68   ]