[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 7 / f / 1 / YYText-Nice / 1.0.9 / YYText-Nice.podspec.json
blobc9a3b3ce379b630f2bf33e2848d299a92a3d202a
2   "name": "YYText-Nice",
3   "summary": "Powerful text framework for iOS to display and edit rich text.",
4   "version": "1.0.9",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "fozu": "freyzoulee@gmail.com"
11   },
12   "social_media_url": "http://freyzou.com",
13   "homepage": "https://github.com/freyzou/YYText",
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/freyzou/YYText.git",
19     "tag": "1.0.9"
20   },
21   "requires_arc": true,
22   "source_files": "YYText/**/*.{h,m}",
23   "public_header_files": "YYText/**/*.{h}",
24   "frameworks": [
25     "UIKit",
26     "CoreFoundation",
27     "CoreText",
28     "QuartzCore",
29     "Accelerate",
30     "MobileCoreServices"
31   ]