blob: 11dccf1be14f70d2b5c14c76a526a1fb2d7bdf04 [file] [log] [blame]
{
"name": "Parallax",
"version": "0.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS library that reproduces the parallax effect of the iOS7 home screen.",
"homepage": "https://github.com/acoomans/Parallax",
"screenshots": "https://raw.github.com/acoomans/Parallax/master/ParallaxDemo/parallax.gif",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"authors": {
"Arnaud Coomans": "arnaud.coomans@gmail.com"
},
"frameworks": [
"CoreMotion",
"QuartzCore"
],
"source_files": "Parallax/*.{h,m}",
"source": {
"git": "https://github.com/acoomans/Parallax.git",
"tag": "0.0.3"
}
}