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