[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 8 / d / CCTextBookReadKit / 1.1.0 / CCTextBookReadKit.podspec.json
blobda50fbe0b8d81c0a4ec84e8458bfb369472544c9
2   "name": "CCTextBookReadKit",
3   "version": "1.1.0",
4   "summary": "CCTextBookReadKit 是一个解析text文本的小说解析器,其目的是主要是解析Text或者是网络文本。本版本最低支持iOS 10.0",
5   "swift_versions": "4.0",
6   "description": "CCTextBookReadKit 是一个解析text文本的小说解析器,其目的是主要是解析Text或者是网络文本。\n还需要在该Kit中添加网络解析部分,并将网络部分提取出来,正确提供出更加定制化的功能和API。",
7   "homepage": "https://github.com/Bogon/CCTextBookReadKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Bogon": "zhangqixcu@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Bogon/CCTextBookReadKit.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CCTextBookReadKit/Classes/**/*",
23   "resource_bundles": {
24     "CCTextBookReadKit": [
25       "CCTextBookReadKit/Classes/CCTextBookReadKit.bundle"
26     ]
27   },
28   "dependencies": {
29     "CCBRKCoverController": [
30       "~> 0.1.0"
31     ],
32     "CCBRKSegmentedControl": [
33       "~> 0.1.0"
34     ],
35     "CCBRKValuePopUpView": [
36       "~> 0.1.0"
37     ],
38     "CCProgressHUDKit": [
39       "~> 1.1.1"
40     ],
41     "CCBRKMagnifierView": [
42       "~> 0.1.0"
43     ],
44     "FDFullscreenPopGesture": [
45       "~> 1.1"
46     ]
47   },
48   "swift_version": "4.0"