blob: aab854f94347fcc1c122e52d973fffa925124c84 [file] [log] [blame]
{
"name": "GooglePlacesRow",
"version": "2.1.0",
"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": "2.1.0"
},
"social_media_url": "https://twitter.com/EurekaCommunity",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"Eureka": [
"~> 3.0"
]
},
"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"
],
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/GooglePlacesRow/Frameworks\""
},
"pushed_with_swift_version": "3.0"
}