blob: f3cbffe63c0cb484f36ac6874f954e437756a43c [file] [log] [blame]
{
"name": "ERComponent",
"version": "0.0.4",
"summary": "Eric 网络收集常用组件库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ocswor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jialianghappy1314@163.com": "yijialiang@stormorai.com"
},
"source": {
"git": "https://github.com/ocswor/ERComponent.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Base",
"source_files": "ERComponent/Classes/Base/**/*"
},
{
"name": "BaseCategory",
"source_files": "ERComponent/Classes/BaseCategory/**/*",
"dependencies": {
"SDWebImage": [
"~> 4.1.2"
]
}
},
{
"name": "Network",
"source_files": "ERComponent/Classes/Network/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
},
{
"name": "Tool",
"source_files": "ERComponent/Classes/Tool/**/*"
}
]
}