[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / d / c / LPGoogleFunctions / 1.0.4 / LPGoogleFunctions.podspec.json
blobdbb0c8312cb886ab6bc114ebd3fd0a3b56e24ff0
2   "name": "LPGoogleFunctions",
3   "version": "1.0.4",
4   "summary": "LPGoogleFunctions is an iOS library that provides easy access to certain Google API functions.",
5   "homepage": "http://www.lukapenger.eu",
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.0.4"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "LPGoogleFunctions/**/*.{h,m}",
21   "frameworks": [
22     "CoreLocation",
23     "AVFoundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
28       "~> 1.3.2"
29     ]
30   }