blob: 7998d842b9ee0f6eaf2af59580d39b7f06357801 [file] [log] [blame]
{
"name": "ATToastView",
"version": "0.1.0",
"summary": "A short description of ATToastView.",
"homepage": "https://github.com/ablettchen/ATToastView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ablett": "ablettchen@gmail.com"
},
"source": {
"git": "https://github.com/ablettchen/ATToastView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "8.0"
},
"source_files": "ATToastView/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"ATPopupView": [
],
"YYText": [
]
}
}