blob: e62b7709be437930915484be55dc96cc7e1b3f5b [file] [log] [blame]
{
"name": "FFToast",
"version": "1.1.0",
"summary": "message notification for iOS.",
"description": "A very powerful iOS message notifications and AlertView extensions. It can be easily realized from the top of the screen, the bottom of the screen and the middle of the screen pops up a notification. You can easily customize the pop-up View.",
"homepage": "https://github.com/imlifengfeng/FFToast",
"screenshots": [
"http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img1.png",
"http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img2.png",
"http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img3.png",
"http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img4.png",
"http://www.imlifengfeng.com/blog/wp-content/uploads/2017/02/fftoast_img5.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"imlifengfeng": "imlifengfeng@gmail.com"
},
"source": {
"git": "https://github.com/imlifengfeng/FFToast.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FFToast/**/*.{h,m}",
"resource_bundles": {
"FFToast": [
"FFToast/Assets/*.png"
]
}
}