blob: c34ce9a4ea84a868d918ec7fd8a0359c59fa5ab3 [file] [log] [blame]
{
"name": "MMBGoogleLocationPicker",
"version": "0.0.1",
"summary": "A ready for use and fully customizable location picker for your app.",
"homepage": "https://github.com/MahmoudMMB/MMBGoogleLocationPicker",
"screenshots": "https://raw.githubusercontent.com/MahmoudMMB/MMBGoogleLocationPicker/master/Screenshots/locationpicker.gif",
"license": "MahmoudMMB",
"authors": {
"MahmoudMMB": "mmbelbeisi@gmail.com"
},
"source": {
"git": "https://github.com/MahmoudMMB/MMBGoogleLocationPicker.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "4.2",
"source_files": "LocationPicker/*.{h,m,swift}",
"resource_bundles": {
"MMBGoogleLocationPicker": [
"LocationPicker/Resources/*.{lproj,storyboard}/*.{xib,strings}"
],
"Resources": [
"LocationPicker/Resources/*.lproj"
]
},
"exclude_files": "LocationPicker/*.plist",
"static_framework": true,
"dependencies": {
"GoogleMaps": [
],
"GooglePlaces": [
]
},
"swift_version": "4.2"
}