blob: 34b1b13ffabdb17b32e76cbe25e5757d0dc3dbb1 [file] [log] [blame]
{
"name": "MPITextKit",
"version": "0.1.8",
"summary": "Powerful text framework for iOS to display text based on TextKit.",
"homepage": "https://github.com/meitu/MPITextKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tpphha": "tpphha@gmail.com"
},
"source": {
"git": "https://github.com/meitu/MPITextKit.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{h,m}",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"QuartzCore",
"Accelerate"
]
}