blob: 291c2d183242cd0a30df43fa5b05ccdc4983bec2 [file] [log] [blame]
{
"name": "GooglePlacesRow",
"version": "0.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": "0.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",
"GoogleMaps"
],
"vendored_frameworks": "Frameworks/GoogleMaps.framework",
"prepare_command": "curl -o GoogleMaps 'https://raw.githubusercontent.com/Reflejo/GoogleMapsPodspec/master/369280b0e1f04cb7-GoogleMaps-1.13.0.tar.gz'\ntar -zxvf GoogleMaps"
}