blob: 629fc34c01628b957b7aa5a2830e5936ce2951ce [file] [log] [blame]
{
"name": "ActionLabel",
"version": "1.0",
"summary": "Custom drop-in UILabel replacement that recognize and handle Hashtags (#), Mentions (@) and URLs (http://) written in Swift.",
"homepage": "https://github.com/devcarlos/ActionLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carlos Alcala": "carlos.alcala@icloud.com"
},
"social_media_url": "http://twitter.com/carlosalcala",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/devcarlos/ActionLabel.git",
"tag": "1.0"
},
"source_files": "ActionLabel/*.swift",
"requires_arc": true
}