blob: 86754c29747cbaa56a05fc895766e0972378d640 [file] [log] [blame]
{
"name": "YBTostView",
"version": "1.0.1",
"summary": "base framework settings for ubank project.",
"description": "It is a simple tost view for ubank project. written by Object-C.",
"homepage": "https://github.com/asance/YBTostView",
"license": "MIT",
"authors": {
"asance": "lidongwc@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asance/YBTostView.git",
"tag": "v1.0.1"
},
"source_files": "YBTostViewDemo/YBTostViewDemo/YBTostView/*.{h,m}",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"dependencies": {
"YBBaseCategory": [
"~>1.0.1"
]
},
"requires_arc": true
}