blob: 188a3d1bd88cd1f548e34993e9f6b87d69eda075 [file] [log] [blame]
{
"name": "SwiftyToast",
"version": "0.0.2",
"summary": "This is a simple toast library.",
"homepage": "https://github.com/tattn/SwiftyToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tatsuya Tanaka": "tatsuyars@yahoo.co.jp"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tattn/SwiftyToast.git",
"tag": "v0.0.2"
},
"source_files": "SwiftyToast/SwiftyToast/*.{swift,h}",
"exclude_files": "Classes/Exclude",
"public_header_files": "SwiftyToast/SwiftyToast/SwiftyToast.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}