blob: 14f9f1521a7bd55a4404a15b913b45c87001d80e [file] [log] [blame]
{
"name": "SunHorizontalScrollView",
"version": "0.0.2",
"summary": "An easy-to-use UIView subclass that implements a scrolling effect UIView with images",
"homepage": "https://github.com/sunbohong/SunHorizontalScrollView",
"license": "MIT",
"authors": {
"孙博弘": "sunbohong@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sunbohong/SunHorizontalScrollView.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"SunHorizontalScrollView/SunHorizontalScrollView/Classes/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}