2 "name": "GooglePlacesRow",
4 "summary": "A row extension for Eureka that allows the user to pick a place based on Google Places autocomplete feature",
5 "homepage": "https://github.com/EurekaCommunity/GooglePlacesRow",
11 "Mathias Claassen": "mathias@xmartlabs.com"
14 "git": "https://github.com/EurekaCommunity/GooglePlacesRow.git",
17 "social_media_url": "https://twitter.com/EurekaCommunity",
23 "source_files": "Sources/**/*",
52 "SystemConfiguration",
56 "vendored_frameworks": [
57 "Frameworks/GoogleMapsBase.framework",
58 "Frameworks/GooglePlaces.framework"
60 "prepare_command": "curl -o GoogleMaps 'https://www.gstatic.com/cpdc/5a212b0fa429156f-GoogleMaps-2.0.1.tar.gz'\ntar -zxvf GoogleMaps\ncurl -o GooglePlaces 'https://www.gstatic.com/cpdc/2b9e8b99fc05d124-GooglePlaces-2.0.1.tar.gz'\ntar -zxvf GooglePlaces"