Latest | 1.0 |
---|---|
Homepage | https://github.com/xnxy/YXRichText |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | Foundation, CoreFoundation |
Authors |
对富文本封装,可以配置部分字体或全部字体的 颜色、背景色、描边、阴影、下划线、中划线、字体间距等;
关于集成
cocoapods集成:
pod 'YXRichText'
Latest podspec
{ "name": "YXRichText", "version": "1.0", "summary": "YXRichText u5bf9u5bccu6587u672cu5c01u88c5uff0cu53efu4ee5u914du7f6eu90e8u5206u5b57u4f53u6216u5168u90e8u5b57u4f53u7684 u989cu8272u3001u80ccu666fu8272u3001u63cfu8fb9u3001u9634u5f71u3001u4e0bu5212u7ebfu3001u4e2du5212u7ebfu3001u5b57u4f53u95f4u8dddu7b49uff1b.", "homepage": "https://github.com/xnxy/YXRichText", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "zhouwei": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/xnxy/YXRichText.git", "tag": "1.0" }, "requires_arc": true, "source_files": "YXRichText/*.{h,m}", "public_header_files": "YXRichText/*.{h}", "frameworks": [ "Foundation", "CoreFoundation" ] }
Tue, 21 Aug 2018 10:20:13 +0000