[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 6 / 9 / f / PlacesPicker / 0.0.3 / PlacesPicker.podspec.json
blobb949570e896d4d54b08b0577c8642bd1f2fd78b3
2   "name": "PlacesPicker",
3   "version": "0.0.3",
4   "summary": "Highly customizable replacement for deprecated Google Places Picker Controller.",
5   "swift_versions": "5.0",
6   "description": "Replacement for deprecated Google Places Picker Controller. Customize the look of the list, map or whole picker view by providing configuration object.",
7   "homepage": "https://github.com/piotrbernad/GooglePlacesPicker",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Piotr Bernad": "piotr@bernad.co"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/piotrbernad/GooglePlacesPicker.git",
20     "tag": "0.0.3"
21   },
22   "source_files": [
23     "PlacesPicker/Classes",
24     "PlacesPicker/Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "static_framework": true,
28   "dependencies": {
29     "GoogleMaps": [
30       "~> 3.1.0"
31     ],
32     "GooglePlaces": [
33       "~> 3.1.0"
34     ]
35   },
36   "swift_version": "5.0"