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