blob: db3b0097b38e5405c0c10d8c3d8d5e76abcb01d8 [file] [log] [blame]
{
"name": "SwiftyAttributedString",
"version": "1.0.1",
"summary": "The library that makes AttributedString easy to use",
"description": "- Comfortable NSAttributedString\n- Better autocompletion\n- Easy range specification\n- Chainable methods",
"homepage": "https://github.com/touyu/SwiftyAttributedString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"touyu": "dev.akkey0222@gmail.com"
},
"source": {
"git": "https://github.com/touyu/SwiftyAttributedString.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyAttributedString/**/*.swift"
}