blob: 78e26adee29dbce8cad2cbf2317ac993d117a234 [file] [log] [blame]
{
"name": "FTCoreText",
"version": "1.0",
"summary": "UIView subclass for rendering static content with CoreText using Objective-C interface and highly customisable markup syntax.",
"homepage": "https://github.com/FuerteInternational/FTCoreText",
"screenshots": [
"https://raw.github.com/FuerteInternational/FTCoreText/documentation/screenshots/ftcoretext-screenshot-1.png",
"https://raw.github.com/FuerteInternational/FTCoreText/documentation/screenshots/ftcoretext-screenshot-1.png",
"https://raw.github.com/FuerteInternational/FTCoreText/documentation/screenshots/ftcoretext-screenshot-3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fuerte International": "open-source@fuerteint.com"
},
"platforms": {
"ios": "3.2"
},
"source": {
"git": "https://github.com/FuerteInternational/FTCoreText.git",
"tag": "1.0"
},
"source_files": "FTCoreText/*.{h,m}",
"frameworks": "CoreText",
"requires_arc": true
}