blob: 044669823cb24d638f80d2b1e9ab44fe3640548c [file] [log] [blame]
{
"name": "Images",
"version": "0.0.3",
"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.3"
},
"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": [
],
"YYImage/WebP": [
]
}
}
]
}