blob: 70bab8c82beb5eb68260d08917a7f53903b347eb [file] [log] [blame]
{
"name": "ScrollableSlider",
"version": "0.1",
"summary": "This podspec can be used to extract the scrollabeSlider project.",
"description": "This pod is used for creating a scrollable slider.",
"homepage": "https://github.com/jaichaudhry/ScrollableSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jaichaudhry": "jai.chaudhry4@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jaichaudhry/ScrollableSlider.git",
"tag": "0.1"
},
"source_files": "scrollableSlider/**/*.{h,m}",
"resources": "scrollableSlider/**/*.png",
"requires_arc": true
}