[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / c / BeeEpubReaderSDK / 0.1.0 / BeeEpubReaderSDK.podspec.json
blobf17fb3ff7312f705c1952b37f728457c3d2d275f
2   "name": "BeeEpubReaderSDK",
3   "version": "0.1.0",
4   "summary": "epub reader sdk",
5   "description": "0.0.x:基础功能\n0.1.0:bitcode",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "5hito": "beemans@foxmail.com"
12   },
13   "homepage": "https://github.com/5hito/BeeEpubReaderSDK",
14   "source": {
15     "git": "https://github.com/5hito/BeeEpubReaderSDK.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "lib/Header/*.h",
19   "resources": "lib/Resources/*.bundle",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0"
23   },
24   "ios": {
25     "vendored_libraries": "lib/libBeeEpubReaderSDK.a"
26   },
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   },
30   "dependencies": {
31     "GDataXMLNode2": [
33     ],
34     "SSZipArchive": [
36     ],
37     "MBProgressHUD": [
38       "~> 1.1.0"
39     ]
40   }