blob: d48f8df8b89f21d7fcf361dccdd81b69987a8fad [file] [log] [blame]
{
"name": "LPGoogleFunctions",
"version": "1.0.8",
"summary": "LPGoogleFunctions is an iOS library that provides easy access to certain Google API functions.",
"homepage": "https://github.com/luka1995/LPGoogleFunctions.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luka Penger": "luka.penger@gmail.com"
},
"source": {
"git": "https://github.com/luka1995/LPGoogleFunctions.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "6.0"
},
"source_files": "LPGoogleFunctions/**/*.{h,m}",
"frameworks": [
"CoreLocation",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}