blob: 8b1d00083fec26b228c680a15635cfcb7712b568 [file] [log] [blame]
{
"name": "DistancePicker",
"version": "0.8.4",
"summary": "UIKit control to select a distance with a pan gesture, written in Swift",
"description": "DistancePicker is a custom UIKit control to select a distance with a pan gesture. It looks like a ruler with multiple distance marks and can be used to resize a map, set up a geofence or choose a search radius.",
"homepage": "https://github.com/qmathe/DistancePicker",
"screenshots": "http://www.quentinmathe.com/github/DistancePicker/Add%20Place%20with%20Search%20Radius%20-%20iPhone%205.jpg",
"license": "MIT",
"authors": {
"Quentin Mathé": "quentin.mathe@gmail.com"
},
"social_media_url": "http://twitter.com/quentin_mathe",
"swift_version": "5.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/qmathe/DistancePicker.git",
"tag": "0.8.4"
},
"source_files": [
"*.swift",
"*.{h,m}"
],
"public_header_files": "*.h",
"frameworks": "MapKit"
}