| { |
| "name": "ARootLib", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "vendored_frameworks": "Carthage/Build/iOS/ARootLib.framework", |
| "resource_bundles": { |
| "ARootLib": [ |
| "ARootLib/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.1.0" |
| ] |
| } |
| } |