mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-14 17:49:08 +08:00
* Long press urls and display system share sheet * update StyledTextKit to fix highlighting bug
22 lines
522 B
JSON
22 lines
522 B
JSON
{
|
|
"name": "StyledTextKit",
|
|
"version": "0.1.1",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/GitHawkApp/StyledTextKit",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": "Declarative building and fast rendering attributed string library.",
|
|
"source": {
|
|
"git": "https://github.com/GitHawkApp/StyledTextKit/StyledTextKit.git",
|
|
"tag": "0.1.1"
|
|
},
|
|
"source_files": "Source/*.swift",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"swift_version": "4.0"
|
|
}
|