blob: 0d037d642ddb118c3375750ede3baacb2325ff6c [file] [log] [blame]
{
"name": "MPITextKit",
"version": "0.1.7",
"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.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{h,m}",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"QuartzCore",
"Accelerate"
]
}