blob: 68815f1bde5fee5a63345a2a7b25fe148be654ff [file] [log] [blame]
{
"name": "GooglePlacesAutoPopover",
"version": "0.1.0",
"summary": "Custom textfield with popover using GooglePlaces for address autocomplete and place details",
"description": "iOS framework - custom textfield with popover using GooglePlaces for address autocomplete and place details",
"homepage": "https://github.com/syvertsj/GooglePlacesAutoPopover",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "James Syvertsen",
"source": {
"git": "https://github.com/syvertsj/GooglePlacesAutoPopover.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*",
"frameworks": [
"UIKit",
"GooglePlaces",
"GoogleMapsBase"
],
"dependencies": {
"GooglePlaces": [
]
},
"static_framework": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}