blob: 1a21b05771f4bdb24a34d52ba284e48c659961e1 [file] [log] [blame]
{
"name": "ATToast",
"version": "0.1.5",
"summary": "Toast view",
"homepage": "https://github.com/ablettchen/ATToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ablett": "ablettchen@gmail.com"
},
"source": {
"git": "https://github.com/ablettchen/ATToast.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "8.0"
},
"source_files": "ATToast/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"ATCategories": [
],
"Masonry": [
]
}
}