blob: 5cb93c7c990e57046e635889f4c75d17407e66e2 [file] [log] [blame]
{
"name": "CHImageScroller",
"version": "0.1.3",
"summary": "Very simple, horizontal image view scroller",
"description": "CHImageScroller is a simple way for you to implement horizontal image scrolling into your app.",
"homepage": "https://github.com/cph2117/CHImageScroller",
"license": "MIT",
"authors": {
"Connor Hailey": "connorhailey@gmail.com"
},
"source": {
"git": "https://github.com/cph2117/CHImageScroller.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CHImageScroller": [
"Pod/Assets/*.png"
]
}
}