blob: e269c72df08bd582a5549bb173a5a976a36fb1b9 [file] [log] [blame]
{
"name": "ALPlacesViewController",
"version": "1.0.3",
"summary": "A place picker and location search using Google's iOS SDK",
"source": {
"git": "https://github.com/AlexLittlejohn/ALPlacesViewController.git",
"tag": "1.0.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"source_files": "ALPlacesViewController/**/*.{swift}",
"resources": [
"ALPlacesViewController/ALPlacesAssets.xcassets",
"ALPlacesViewController/ALPlacesStrings.strings"
],
"homepage": "https://github.com/AlexLittlejohn/ALPlacesViewController",
"authors": {
"Alex Littlejohn": "alexlittlejohn@me.com"
},
"frameworks": "CoreLocation",
"dependencies": {
"Alamofire": [
]
}
}