[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / d / c / LPGoogleFunctions / 1.2.0 / LPGoogleFunctions.podspec.json
blobd040f4e01b2a9d68821c7fcb3a3666a90e5d1a8e
2   "name": "LPGoogleFunctions",
3   "version": "1.2.0",
4   "summary": "LPGoogleFunctions is an iOS library that provides easy access to certain Google API functions.",
5   "homepage": "https://github.com/luka1995/LPGoogleFunctions.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Luka Penger": "luka.penger@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/luka1995/LPGoogleFunctions.git",
15     "tag": "1.2.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "LPGoogleFunctions/**/*.{h,m}",
21   "frameworks": [
22     "CoreLocation",
23     "AVFoundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.0"
29     ]
30   }