blob: 8a8376ea7a4b79378deaf73bf272f0bfd927d0ec [file] [log] [blame]
{
"name": "twitter-text",
"version": "2.0.5",
"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/v2.0.5/objc",
"source": {
"git": "https://github.com/twitter/twitter-text.git",
"tag": "v2.0.5"
},
"source_files": [
"objc/lib/*.{h,m}",
"objc/ThirdParty/IFUnicodeURL/IFUnicodeURL/*.{h,m}",
"objc/ThirdParty/IFUnicodeURL/IFUnicodeURL/IDNSDK/**/*.{h,m,c}"
],
"public_header_files": [
"objc/lib/TwitterText.h",
"objc/lib/TwitterTextEntity.h"
],
"header_mappings_dir": "objc",
"resources": "config/v*.json",
"authors": {
"Twitter, Inc.": "opensource@twitter.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.12"
}
}