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