blob: 2f623ec31557d32ddaf46340124daff8ff6bff70 [file] [log] [blame]
{
"name": "NGAParallaxMotion",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "UIView category that makes it trivial to add a parallax effect.",
"authors": {
"Michael Bishop": "http://numerical-garden.com/"
},
"source": {
"git": "https://github.com/michaeljbishop/NGAParallaxMotion.git",
"tag": "1.0.0"
},
"homepage": "http://github.com/michaeljbishop/NGAParallaxMotion",
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit",
"source_files": "Classes",
"requires_arc": true,
"screenshots": [
"https://raw.githubusercontent.com/michaeljbishop/NGAParallaxMotion/1.0.0/img/off.jpg",
"https://raw.githubusercontent.com/michaeljbishop/NGAParallaxMotion/1.0.0/img/on.jpg"
]
}