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