blob: 6f9bc91525349d65e954c9f77ca4bdd2586fca49 [file] [log] [blame]
{
"name": "MMParallaxPresenter",
"version": "0.0.1",
"summary": "A custom UIScrollView with a vertical parallax effect",
"homepage": "https://github.com/MitchellMalleo/MMParallaxPresenter",
"license": "MIT",
"authors": {
"Mitch Malleo": "mitchellmalleo@gmail.com"
},
"source": {
"git": "https://github.com/MitchellMalleo/MMParallaxPresenter.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}