[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / 1 / d / SS-KFEpubKit / 0.0.9 / SS-KFEpubKit.podspec.json
blob44888585e542db58757e5c3e2385b47ecb8d0e63
2   "name": "SS-KFEpubKit",
3   "version": "0.0.9",
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     "Eddie Li": "eli@sandsmedia.com"
13   },
14   "source": {
15     "git": "https://github.com/sandsmedia/KFEpubKit.git",
16     "tag": "0.0.9"
17   },
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.1",
22     "osx": "10.7"
23   },
24   "source_files": [
25     "KFEpubKit/Sources/*.{h,m}",
26     "KFEpubKit/LICENSE.txt"
27   ],
28   "dependencies": {
29     "SSZipArchive": [
31     ],
32     "KissXML": [
34     ]
35   },
36   "libraries": "xml2",
37   "xcconfig": {
38     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
39   }