[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / c / GooglePlacesRow / 0.0.1 / GooglePlacesRow.podspec.json
blob291c2d183242cd0a30df43fa5b05ccdc4983bec2
2   "name": "GooglePlacesRow",
3   "version": "0.0.1",
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": "0.0.1"
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     "GoogleMaps"
54   ],
55   "vendored_frameworks": "Frameworks/GoogleMaps.framework",
56   "prepare_command": "curl -o GoogleMaps 'https://raw.githubusercontent.com/Reflejo/GoogleMapsPodspec/master/369280b0e1f04cb7-GoogleMaps-1.13.0.tar.gz'\ntar -zxvf GoogleMaps"