blob: e080fff501100133d81a0a56a7d3f3c37fffe3e5 [file] [log] [blame]
{
"name": "ZMImageSlider",
"version": "0.1.3",
"summary": "A simple image slide show library by Objective-C.",
"homepage": "https://github.com/nanjingboy/ZMImageSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom.Huang": "hzlhu.dargon@gmail.com"
},
"source": {
"git": "https://github.com/nanjingboy/ZMImageSlider.git",
"tag": "0.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "Source/*.{h,m}",
"resources": "ZMImageSlider.bundle",
"dependencies": {
"SDWebImage": [
"~> 3.7"
],
"Toast": [
"~> 3.0"
]
}
}