blob: 2262bbc90742467e92b05e660873a83938357b30 [file] [log] [blame]
{
"name": "GooglePlacesPicker",
"version": "0.0.1",
"summary": "GooglePlacesPicker lets a user select an Google Places.",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"homepage": "https://github.com/ihorrapalyuk/GooglePlacesPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ihor Rapalyuk": "i.rapalyuk2012@gmail.com"
},
"source": {
"git": "https://github.com/ihorrapalyuk/GooglePlacesPicker.git",
"tag": "0.0.1"
},
"source_files": [
"GooglePlacesPicker",
"Classes/**/*.*"
],
"exclude_files": "Classes/Exclude",
"resources": "GooglePlacesPicker/**/*.{png,jpeg,jpg,storyboard,xib}",
"frameworks": "UIKit"
}