mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-13 17:25:52 +08:00
24 lines
481 B
JSON
24 lines
481 B
JSON
{
|
|
"name": "FlatCache",
|
|
"version": "0.1.0",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/rnystrom/GitHawk",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": "In memory flat cache.",
|
|
"source": {
|
|
"git": "https://github.com/rnystrom/GitHawk.git",
|
|
"tag": "#{s.version}"
|
|
},
|
|
"source_files": "FlatCache/*.swift",
|
|
"platforms": {
|
|
"osx": null,
|
|
"ios": null,
|
|
"tvos": null,
|
|
"watchos": null
|
|
}
|
|
}
|