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