[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 8 / 7 / a / RZRichTextView / 0.0.5 / RZRichTextView.podspec.json
blob0aad3850a427aa00f97ee37f7d906452c34953d0
2   "name": "RZRichTextView",
3   "version": "0.0.5",
4   "summary": "iOS 原生UITextView 富文本编辑器",
5   "description": "对原生UITextView支持富文本编辑",
6   "homepage": "https://github.com/rztime/RZRichTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rztime": "rztime@vip.qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/rztime/RZRichTextView.git",
19     "tag": "0.0.5"
20   },
21   "source_files": [
22     "Core",
23     "RZRichTextView/Core/*.{h,m}"
24   ],
25   "resources": "RZRichTextView/Core/Sources/*",
26   "dependencies": {
27     "RZColorful": [
29     ],
30     "Masonry": [
32     ],
33     "TZImagePickerController": [
35     ]
36   },
37   "prefix_header_contents": "#import <UIKit/UIKit.h>\n#import <Foundation/Foundation.h>",
38   "subspecs": [
39     {
40       "name": "Code",
41       "source_files": [
42         "RZRichTextView/Core/Model/*.{h,m}",
43         "RZRichTextView/Core/View/*.{h,m}"
44       ]
45     }
46   ]