[Add] CxjToasts 1.0.1
[CocoaPods.git] / Specs / c / 1 / b / CNToastView-OC / 1.0 / CNToastView-OC.podspec.json
blobb4acf90a13912fcb388388c2666413021eca50f3
2   "name": "CNToastView-OC",
3   "version": "1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/congni/CNToastView.git",
9   "authors": {
10     "葱泥": "983818495@qq.com"
11   },
12   "summary": "toast提示",
13   "description": "A longer description of U in Markdown format.\n\n* toast提示,支持富文本\n* pod使用方法: pod \"CNToastView-OC\"\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/congni/CNToastView.git",
19     "tag": "1.0"
20   },
21   "requires_arc": true,
22   "source_files": "CNToast-OC/*.{h,m}",
23   "public_header_files": "CNToast-OC/*.{h}",
24   "dependencies": {
25     "YYText": [
27     ]
28   }