| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "YYText",
- "summary": "Powerful text framework for iOS to display and edit rich text.",
- "version": "1.0.7",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "ibireme": "ibireme@gmail.com"
- },
- "social_media_url": "http://blog.ibireme.com",
- "homepage": "https://github.com/ibireme/YYText",
- "platforms": {
- "ios": "6.0"
- },
- "source": {
- "git": "https://github.com/ibireme/YYText.git",
- "tag": "1.0.7"
- },
- "requires_arc": true,
- "source_files": "YYText/**/*.{h,m}",
- "public_header_files": "YYText/**/*.{h}",
- "frameworks": [
- "UIKit",
- "CoreFoundation",
- "CoreText",
- "QuartzCore",
- "Accelerate",
- "MobileCoreServices"
- ]
- }
|