mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-11 23:23:02 +08:00
27 lines
531 B
JSON
27 lines
531 B
JSON
{
|
|
"name": "DateAgo",
|
|
"version": "0.1.0",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/GitHawkApp/githawk",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": ".",
|
|
"source": {
|
|
"git": "https://github.com/GitHawkApp/githawk/githawk.git",
|
|
"tag": "#{s.version}"
|
|
},
|
|
"source_files": "DateAgo/*.swift",
|
|
"resource_bundles": {
|
|
"Resources": [
|
|
"DateAgo/Localizable.stringsdict"
|
|
]
|
|
},
|
|
"platforms": {
|
|
"ios": "11.0",
|
|
"watchos": "3.0"
|
|
}
|
|
}
|