blob: a0a55482eb004c842f425930a141abd0853a983a [file] [log] [blame]
{
"name": "KLParallaxView",
"version": "0.1.0",
"summary": "KLParallaxView is a UIView subclass that copies Apple TV's parallax effect.",
"description": "KLParallaxView is an Objective-C UIView subclass that imitates Apple TV's parallax effect, based on the MPParallaxView Swift implementation.",
"homepage": "https://github.com/klop/KLParallaxView",
"license": "MIT",
"authors": {
"klop": "none@gmail.com"
},
"source": {
"git": "https://github.com/klop/KLParallaxView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KLParallaxView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}