blob: 35ec30f3a7cbb5de5a2370d88cc5817cfa649c53 [file] [log] [blame]
{
"name": "JMEParallaxView",
"version": "1.0.4",
"authors": {
"Jo-Yuan Hsieh": "jmehsieh@gmail.com"
},
"homepage": "https://github.com/JmeHsieh/JMEParallaxView",
"social_media_url": "https://twitter.com/jmehsieh",
"screenshots": [
"https://raw.githubusercontent.com/JmeHsieh/JMEParallaxView/master/Demo.png",
"https://raw.githubusercontent.com/JmeHsieh/JMEParallaxView/master/Demo.gif"
],
"summary": "An easy-configuring UIView + UIImageView to perform parallax effect.",
"source": {
"git": "https://github.com/JmeHsieh/JMEParallaxView.git",
"tag": "1.0.4"
},
"license": "MIT",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "JMEParallaxView",
"public_header_files": "JMEParallaxView/*.h",
"dependencies": {
"KVOController": [
"~> 1.0.1"
]
}
}