blob: a3ea6c0689eb51328cd7dea98d4ab940f2a19a8f [file] [log] [blame]
{
"name": "RKParallaxEffect",
"version": "1.0.0",
"summary": "RKParallaxEffect is written in Swift and provides API to create a parallax effect on UITableHeaderView",
"homepage": "https://github.com/RahulKatariya/RKParallaxEffect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rahul Katariya": "rahulkatariya@me.com"
},
"source": {
"git": "https://github.com/RahulKatariya/RKParallaxEffect.git",
"tag": "v1.0.0"
},
"social_media_url": "https://twitter.com/rahulkatariya91",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RKParallaxEffect/*.swift"
}