blob: 738bbe652754b37a627b3c88952309d5015d2b89 [file] [log] [blame]
{
"name": "ABaseLib",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "Carthage/Build/iOS/ABaseLib.framework",
"resource_bundles": {
"ABaseLib": [
"ABaseLib/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CoreLocation"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"FMDB": [
"~> 2.7.2"
],
"Masonry": [
"~> 1.1.0"
],
"BEKit": [
"~> 0.8.3"
],
"CocoaLumberjack": [
"~> 3.4.2"
],
"SimulateIDFA": [
"~> 0.0.1"
],
"ReactiveObjC": [
"~> 3.1.0"
]
}
}