[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 6 / b / 4 / FireUInoGoogle / 0.1.1 / FireUInoGoogle.podspec.json
blob491081232209fda647f92dcb56b8d6e911153202
2   "name": "FireUInoGoogle",
3   "version": "0.1.1",
4   "summary": "FirebaseUI without the Google static libraries.",
5   "description": "FirebaseUI without the hassle of using static libraries from Google.",
6   "homepage": "https://github.com/eeschimosu/FireUInoGoogle",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eduard Ionut Ichim": "eeschimosu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/eeschimosu/FireUInoGoogle.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/eeschimosu",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "Firebase": [
24       "~>2.2"
25     ]
26   },
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "xcconfig": {
31     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
32   },
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Pod/Classes/{Core,Util}/**/*.{h,m}"
38     },
39     {
40       "name": "Auth",
41       "source_files": "Pod/Classes/Auth/**/*.{h,m}",
42       "resources": "Pod/Assets/*.{png,xib}",
43       "dependencies": {
44         "FBSDKCoreKit": [
46         ],
47         "FBSDKLoginKit": [
49         ]
50       },
51       "ios": {
52         "frameworks": "Accounts"
53       }
54     }
55   ]