blob: a4422d1a8f227fdea9d4c7e4266663e1d9d823cf [file] [log] [blame]
{
"name": "GooglePlacesRow",
"version": "1.0.1",
"summary": "A row extension for Eureka that allows the user to pick a place based on Google Places autocomplete feature",
"homepage": "https://github.com/EurekaCommunity/GooglePlacesRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mathias Claassen": "mathias@xmartlabs.com"
},
"source": {
"git": "https://github.com/EurekaCommunity/GooglePlacesRow.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/EurekaCommunity",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"Eureka": [
"~> 1.5"
]
},
"libraries": [
"c++",
"icucore",
"z"
],
"frameworks": [
"Accelerate",
"AVFoundation",
"CoreData",
"CoreGraphics",
"CoreBluetooth",
"CoreLocation",
"CoreText",
"Foundation",
"GLKit",
"ImageIO",
"OpenGLES",
"QuartzCore",
"SystemConfiguration",
"GoogleMapsBase",
"GooglePlaces"
],
"vendored_frameworks": [
"Frameworks/GoogleMapsBase.framework",
"Frameworks/GooglePlaces.framework"
],
"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"
}