blob: 20c6cc59940e951d8695637485a7cd3429a7ec70 [file] [log] [blame]
{
"name": "LocationPickerView",
"version": "1.1.0",
"summary": "MKMapView + UITableView + Parallax scrolling. Provides a framework for building an interactive location picker on iOS.",
"homepage": "https://github.com/mstrchrstphr/LocationPickerView",
"screenshots": "https://raw.github.com/mstrchrstphr/LocationPickerView/master/github-images/01.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Constable": "chris@futura.io"
},
"source": {
"git": "https://github.com/mstrchrstphr/LocationPickerView.git",
"tag": "1.1.0"
},
"source_files": "LocationPickerView/**/*.{h,m}",
"frameworks": [
"UIKit",
"MapKit"
],
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}