Files
GitHawk/Pods/Local Podspecs/FlatCache.podspec.json
Hesham Salman f213bac924 Thin SwiftLint ruleset (#704)
* Thin SwiftLint ruleset

* Disabled trailing_whitespace rule
2017-10-23 16:58:09 -04:00

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
}
}