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