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