[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 4 / b / ALPlacesViewController / 1.0.2 / ALPlacesViewController.podspec.json
blobb9a8b35b2bf08ab00b923242a052630755b4d661
2   "name": "ALPlacesViewController",
3   "version": "1.0.2",
4   "summary": "A place picker and location search using Google's iOS SDK",
5   "source": {
6     "git": "https://github.com/AlexLittlejohn/ALPlacesViewController.git",
7     "tag": "1.0.2"
8   },
9   "requires_arc": true,
10   "platforms": {
11     "ios": "8.0"
12   },
13   "license": "MIT",
14   "source_files": "ALPlacesViewController/**/*.{swift}",
15   "resources": [
16     "ALPlacesViewController/ALPlacesAssets.xcassets",
17     "ALPlacesViewController/ALPlacesStrings.strings"
18   ],
19   "homepage": "https://github.com/AlexLittlejohn/ALPlacesViewController",
20   "authors": {
21     "Alex Littlejohn": "alexlittlejohn@me.com"
22   },
23   "frameworks": "CoreLocation",
24   "dependencies": {
25     "Alamofire": [
27     ]
28   }