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