blob: fa1edac9527f76696b48e4dad225fa23ccc835c3 [file] [log] [blame]
{
"name": "YBTool",
"version": "1.3.0",
"summary": "A tools used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/coderYB/YBTool",
"license": "MIT",
"authors": {
"coderYB": "807110922@qq.com"
},
"source": {
"git": "https://github.com/coderYB/YBTool.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "YBTool/YBTool/Class/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"AdSupport"
],
"dependencies": {
"SDWebImage": [
],
"MJRefresh": [
],
"MBProgressHUD": [
],
"MJExtension": [
]
}
}