blob: 778a76bba53e33098bde8395715136fcbea12d98 [file] [log] [blame]
{
"name": "JMEParallaxView",
"version": "1.0.5",
"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.5"
},
"license": "MIT",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "JMEParallaxView",
"public_header_files": "JMEParallaxView/*.h",
"dependencies": {
"KVOController": [
"~> 1.0.1"
]
}
}