blob: d040f4e01b2a9d68821c7fcb3a3666a90e5d1a8e [file] [log] [blame]
{
"name": "LPGoogleFunctions",
"version": "1.2.0",
"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.2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "LPGoogleFunctions/**/*.{h,m}",
"frameworks": [
"CoreLocation",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}