blob: 7bd365a429b43e46a8fccb0091de4265719095c3 [file] [log] [blame]
{
"name": "Images",
"version": "0.0.1",
"license": "MIT",
"summary": "Images.",
"homepage": "https://github.com/Arror/Images",
"authors": {
"Arror": "hallo.maqiang@gmail.com"
},
"source": {
"git": "https://github.com/Arror/Images.git",
"tag": "0.0.1"
},
"default_subspecs": "Core",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"ios": {
"source_files": "Sources/Core/*.swift"
},
"dependencies": {
"YYWebImage": [
]
}
},
{
"name": "Qiniu",
"ios": {
"source_files": "Sources/Qiniu/*.swift"
},
"dependencies": {
"Images/Core": [
]
}
}
]
}