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