blob: 2b2cd28c474b13af70e0280fca3d3f88f6f7b97d [file] [log] [blame]
{
"name": "twitter-text",
"version": "1.13.3",
"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.13.3/objc",
"source": {
"git": "https://github.com/twitter/twitter-text.git",
"tag": "v1.13.3"
},
"source_files": "objc/lib/**/*.{h,m}",
"authors": {
"Twitter, Inc.": "opensource@twitter.com"
},
"platforms": {
"ios": "4.0",
"osx": "10.7"
}
}