Files
GitHawk/Pods/Local Podspecs/Squawk.podspec.json
Ryan Nystrom 3028081c3c Migrate Toast component to new Squawk CocoaPod library (#1900)
* add Squawk lib

* delete Toast

* Build green

* fix build after rebase
2018-07-14 18:26:47 -04:00

22 lines
448 B
JSON

{
"name": "Squawk",
"version": "0.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GitHawkApp/Squawk",
"authors": {
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
},
"summary": "Quick & interactive alerts.",
"source": {
"git": "https://github.com/GitHawkApp/Squawk.git",
"tag": "0.1.0"
},
"source_files": "Source/*.swift",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0"
}