[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / c / GooglePlacesRow / 3.2.0 / GooglePlacesRow.podspec.json
blobdb55d5f4a6fb2a91cf83b5af512e64aeb3ecb198
2   "name": "GooglePlacesRow",
3   "version": "3.2.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": "3.2.0"
16   },
17   "social_media_url": "https://twitter.com/EurekaCommunity",
18   "platforms": {
19     "ios": "9.3"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "Sources/**/*",
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   },
29   "swift_version": "5.0",
30   "dependencies": {
31     "Eureka": [
32       "~> 5.0"
33     ]
34   },
35   "libraries": [
36     "c++",
37     "icucore",
38     "z"
39   ],
40   "frameworks": [
41     "Accelerate",
42     "AVFoundation",
43     "CoreData",
44     "CoreGraphics",
45     "CoreBluetooth",
46     "CoreLocation",
47     "CoreText",
48     "Foundation",
49     "GLKit",
50     "ImageIO",
51     "OpenGLES",
52     "QuartzCore",
53     "SystemConfiguration",
54     "GoogleMapsBase",
55     "GooglePlaces"
56   ],
57   "vendored_frameworks": [
58     "Frameworks/GoogleMapsBase.framework",
59     "Frameworks/GooglePlaces.framework"
60   ],
61   "user_target_xcconfig": {
62     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/GooglePlacesRow/Frameworks\""
63   }