blob: 13972d0ca8576d10ca1d4023c9fe70a9d095fb2a [file] [log] [blame]
{
"name": "Thongs",
"version": "0.9.1",
"summary": "Functional library for NSAttributedString creation in swift 2.1.",
"description": "A functional NSAttributedString builder, allows composition of a complex NSAttributedString from multiple parts with different style attributes.",
"homepage": "https://github.com/tottakai/Thongs",
"license": "MIT",
"authors": {
"Tomi Koskinen": "tomi.koskinen@reaktor.fi"
},
"source": {
"git": "https://github.com/tottakai/Thongs.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Thongs": [
"Pod/Assets/*.png"
]
}
}