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