blob: 0458be624ea2b17f920854e6dc320f3e33411ffc [file] [log] [blame]
{
"name": "twitter-text",
"version": "1.14.1",
"license": {
"type": "Apache License, Version 2.0"
},
"summary": "Objective-C port of the twitter-text handling libraries.",
"description": "Twitter text is a library responsible for:\n Determining the quantity of characters in a tweet\n Identifying and linking any url, @username, #hashtag, or $cashtag entities",
"homepage": "https://github.com/twitter/twitter-text/tree/v1.14.1/objc",
"source": {
"git": "https://github.com/twitter/twitter-text.git",
"tag": "v1.14.1"
},
"source_files": "objc/lib/**/*.{h,m}",
"authors": {
"Twitter, Inc.": "opensource@twitter.com"
},
"platforms": {
"ios": "4.0",
"osx": "10.7"
}
}