| { | |
| "name": "PFText", | |
| "version": "2.1.0", | |
| "summary": "富文本,coretext", | |
| "description": "富文本,异步绘制,可自定义规则,支持本地图片,网络图片,gif,粘贴板", | |
| "homepage": "https://github.com/LongPF/PFText", | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "license": "MIT", | |
| "authors": { | |
| "longpengfei": "466142249@qq.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/LongPF/PFText.git", | |
| "tag": "2.1.0" | |
| }, | |
| "source_files": "PFText/**/*.{h,m}", | |
| "public_header_files": "PFText/**/*.{h}", | |
| "frameworks": [ | |
| "UIKit", | |
| "CoreText", | |
| "Foundation" | |
| ], | |
| "requires_arc": true | |
| } |