blob: 4c15d3847650bb8fcc383c55cc3bc64c4129a414 [file] [log] [blame]
{
"name": "SwiftToast",
"version": "1.1.3",
"summary": "A customizable iOS toast view for Swift",
"homepage": "https://github.com/damboscolo/SwiftToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"damboscolo": "danielehidalgo@gmail.com"
},
"source": {
"git": "https://github.com/damboscolo/SwiftToast.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftToast/Classes/**/*",
"resource_bundles": {
"SwiftToast": [
"SwiftToast/Classes/**/*.{storyboard,xib}"
]
},
"pushed_with_swift_version": "3.0"
}