blob: 1a9f8b9c792972022491073fe3c617a7ff3f5064 [file] [log] [blame]
{
"name": "ODMultiColumnLabel",
"version": "1.0",
"license": "MIT",
"summary": "A UILabel replacement that renders text on multiple columns, comes in both Objective-C and Swift versions",
"homepage": "https://github.com/Sephiroth87/ODMultiColumnLabel",
"authors": {
"Fabio Ritrovato": "fabio@orangeinaday.com"
},
"source": {
"git": "https://github.com/Sephiroth87/ODMultiColumnLabel.git",
"tag": "1.0"
},
"description": "ODMultiColumnLabel is a UILabel replacement that renders text on multiple columns,without any major hassle, available in both Objective-C and Swift",
"platforms": {
"ios": null
},
"source_files": "ODMultiColumnLabel/ODMultiColumnLabel*.{h,m,swift}",
"requires_arc": true
}