[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 8 / 7 / a / RZRichTextView / 0.2.0 / RZRichTextView.podspec.json
blobefe0fef0fbb63c43de6531c8e3738267f5b1007f
2   "name": "RZRichTextView",
3   "version": "0.2.0",
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.2.0"
20   },
21   "resources": "RZRichTextView/Core/Resource/*",
22   "source_files": [
23     "Core",
24     "RZRichTextView/Core/**/*.{h,m}"
25   ],
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>"