blob: 49bed60dc506d2a4f464134bdaa4190d0f32be69 [file] [log] [blame]
{
"name": "HandyText",
"version": "1.4.3",
"platforms": {
"ios": "9.0"
},
"license": "MIT",
"summary": "HandyText library helps you manage text styles in a declarative manner.",
"description": "A tool providing a flexible and self descriptive wrapper for creating and managing attributed strings.",
"homepage": "https://github.com/mmrmmlrr/TextStyle",
"authors": {
"aleksey": "achernish85@gmail.com"
},
"source": {
"git": "https://github.com/mmrmmlrr/TextStyle.git",
"tag": "1.4.3"
},
"exclude_files": [
"Demo/",
"img/"
],
"frameworks": [
"UIKit"
],
"source_files": "**/*.{m,h,mm,hpp,cpp,c,swift}",
"requires_arc": true,
"swift_version": "4.2"
}