blob: fb82d92f4156000fa0ba94156be1b9e7e48e3dd9 [file] [log] [blame]
{
"name": "YXYBaseTool",
"version": "0.2.4",
"summary": "常用工具及宏定义等。",
"description": "避免每次新建工程一个个导入",
"homepage": "https://github.com/amosYin/YXYBaseTool",
"license": "MIT",
"authors": {
"Amos": "1453254169@qq.com"
},
"source": {
"git": "https://github.com/amosYin/YXYBaseTool.git",
"tag": "0.2.4"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"libraries": "c++.1",
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"dependencies": {
"MBProgressHUD": [
],
"Masonry": [
]
}
}