blob: 527e4a1f587013b2faa1c3fb03c250d51edf2756 [file] [log] [blame]
{
"name": "ABaseLib",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ABaseLib/Classes/**/*",
"resource_bundles": {
"ABaseLib": [
"ABaseLib/Assets/*.png"
]
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}