[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 1 / FirebaseStorageUI / 11.0.3 / FirebaseStorageUI.podspec.json
blob65e1a88d86cf8fab29133b469c79dfbd203ed013
2   "name": "FirebaseStorageUI",
3   "version": "11.0.3",
4   "summary": "UI binding libraries for Firebase.",
5   "homepage": "https://github.com/firebase/FirebaseUI-iOS",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "source": {
11     "git": "https://github.com/firebase/FirebaseUI-iOS.git",
12     "tag": "v11.0.3"
13   },
14   "authors": "Firebase",
15   "platforms": {
16     "ios": "10.0",
17     "tvos": "11.0"
18   },
19   "ios": {
20     "frameworks": "UIKit"
21   },
22   "tvos": {
23     "frameworks": "UIKit"
24   },
25   "requires_arc": true,
26   "cocoapods_version": ">= 1.8.0",
27   "pod_target_xcconfig": {
28     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
29   },
30   "public_header_files": "FirebaseStorageUI/Sources/Public/FirebaseStorageUI/*.h",
31   "source_files": "FirebaseStorageUI/Sources/**/*.{h,m}",
32   "dependencies": {
33     "FirebaseStorage": [
34       "~> 8.0"
35     ],
36     "GTMSessionFetcher/Core": [
37       "~> 1.5.0"
38     ],
39     "SDWebImage": [
40       "~> 5.6"
41     ]
42   }