blob: c69a5573d9819a50a7652d304bd53c98fd2eaae0 [file] [log] [blame]
{
"name": "ATToast",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "8.0"
},
"source_files": "ATToast/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"ATCategories": [
],
"Masonry": [
]
}
}