[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / c / GooglePlacesRow / 1.0.0 / GooglePlacesRow.podspec.json
blob788d8b6980601ce3efa5b59f5804af4ef56256c1
2   "name": "GooglePlacesRow",
3   "version": "1.0.0",
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",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mathias Claassen": "mathias@xmartlabs.com"
12   },
13   "source": {
14     "git": "https://github.com/EurekaCommunity/GooglePlacesRow.git",
15     "tag": "1.0.0"
16   },
17   "social_media_url": "https://twitter.com/EurekaCommunity",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "Sources/**/*",
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   },
29   "dependencies": {
30     "Eureka": [
31       "~> 1.5"
32     ]
33   },
34   "libraries": [
35     "c++",
36     "icucore",
37     "z"
38   ],
39   "frameworks": [
40     "Accelerate",
41     "AVFoundation",
42     "CoreData",
43     "CoreGraphics",
44     "CoreBluetooth",
45     "CoreLocation",
46     "CoreText",
47     "Foundation",
48     "GLKit",
49     "ImageIO",
50     "OpenGLES",
51     "QuartzCore",
52     "SystemConfiguration",
53     "GoogleMapsBase",
54     "GooglePlaces"
55   ],
56   "vendored_frameworks": [
57     "Frameworks/GoogleMapsBase.framework",
58     "Frameworks/GooglePlaces.framework"
59   ],
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"