blob: 27c63060d35783ce668a854cba4db597428adbec [file] [log] [blame]
{
"name": "RTParallaxController",
"version": "1.0.5",
"summary": "Create a parallax effect between an UITableView and a MapView, like the view in FourSquare.",
"homepage": "https://github.com/rishabhtayal/SLParallaxController",
"license": "MIT",
"authors": {
"StefanLage": "lagestfan@gmail.com"
},
"source": {
"git": "https://github.com/rishabhtayal/SLParallaxController.git",
"tag": "1.0.5"
},
"source_files": "SLParallaxController/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"MapKit",
"CoreLocation"
]
}