mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-09 06:38:24 +08:00
22 lines
522 B
JSON
22 lines
522 B
JSON
{
|
|
"name": "StyledTextKit",
|
|
"version": "0.1.0",
|
|
"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.0"
|
|
},
|
|
"source_files": "Source/*.swift",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"swift_version": "4.0"
|
|
}
|