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