blob: b9a8b35b2bf08ab00b923242a052630755b4d661 [file] [log] [blame]
{
"name": "ALPlacesViewController",
"version": "1.0.2",
"summary": "A place picker and location search using Google's iOS SDK",
"source": {
"git": "https://github.com/AlexLittlejohn/ALPlacesViewController.git",
"tag": "1.0.2"
},
"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": [
]
}
}