blob: 629e149c779e3f40a3ebdd9ebd4c8feaddcaeeb6 [file] [log] [blame]
{
"name": "RTParallaxController",
"version": "1.0.4",
"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.4"
},
"source_files": "SLParallaxController/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"MapKit",
"CoreLocation"
]
}