blob: 594daf280ad8d515f8555f2d86aa5d7ae1d6fcb1 [file] [log] [blame]
{
"name": "ABaseLib",
"version": "0.0.3",
"summary": "ABaseLib.2018",
"description": "ABaseLib DESC -[占位内容] 在iOS开发中,事实标准是我们使用CocoaPods生成、管理和使用library。这里的library就是一个模块、组件或库。二进制化指的是通过编译把组件的源码转换成静态库或动态库,以提高该组件在App项目中的编译速度。",
"homepage": "https://github.com/iosmvn/ABaseLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sundl1988@163.com": "sundl1988@163.com"
},
"source": {
"git": "https://github.com/iosmvn/ABaseLib.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "Carthage/Build/iOS/ABaseLib.framework",
"resource_bundles": {
"ABaseLib": [
"ABaseLib/Assets/*.png"
]
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}