blob: eac1523559c1e0130e390eb23e4ed44f490c8a9f [file] [log] [blame]
{
"name": "TTToast",
"version": "0.0.1",
"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.1"
},
"source_files": "TTToast/TTToast/*.{swift,h}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}