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