blob: d129893b58dc9837d77a0ad0dfd12f573f0a9ca4 [file] [log] [blame]
{
"name": "SYToastView",
"version": "0.0.1",
"summary": "ActionSheet and totas for ios",
"homepage": "https://github.com/Ambtion/SYToastView.git",
"license": "MIT",
"authors": {
"ambtion": "kequ1988@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Ambtion/SYToastView.git",
"tag": "v0.0.1"
},
"public_header_files": "SYToastView/*.h",
"resources": "SYToastView/Resource/*.png",
"source_files": [
"SYToastView",
"SYToastView/SYToastView/*.{h,m}"
],
"dependencies": {
"SDWebImage": [
"4.0.0"
],
"Masonry": [
"1.0.2"
]
},
"requires_arc": true
}