blob: aa8c41a22b2b3945f6d3a3dbc0eb7414647dc536 [file] [log] [blame]
{
"name": "ImagePlayerView",
"version": "0.2",
"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.2"
},
"source_files": "ImagePlayerView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}