blob: 69984160cb61c1fc654f2892f2e72fe5d8e170fc [file] [log] [blame]
{
"name": "ImagePlayerView",
"version": "0.3.1",
"summary": "To show images in UIScrollView, support AutoLayout.",
"description": "To show images in UIScrollView, support AutoLayout.Need SDWebImage libray to load remote image to UIImageView",
"homepage": "https://github.com/interchen/ImagePlayerView.git",
"license": "MIT",
"authors": {
"Chen Yanjun": "inter.chen@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/interchen/ImagePlayerView.git",
"tag": "0.3.1"
},
"source_files": "ImagePlayerView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}