[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / c / 2 / FirebaseUI / 0.2.4 / FirebaseUI.podspec.json
blob01e2ca76973541fcc76b6790bf38cbadfc9875d9
2   "name": "FirebaseUI",
3   "version": "0.2.4",
4   "summary": "UI binding libraries for Firebase.",
5   "homepage": "https://github.com/firebase/FirebaseUI-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Firebase": "support@firebase.com"
12   },
13   "social_media_url": "https://twitter.com/firebase",
14   "source": {
15     "git": "https://github.com/firebase/FirebaseUI-iOS.git",
16     "tag": "v0.2.4"
17   },
18   "source_files": "FirebaseUI/**/*.{h,m}",
19   "dependencies": {
20     "Firebase": [
21       "~> 2.2"
22     ]
23   },
24   "platforms": {
25     "ios": "7.0"
26   },
27   "libraries": [
28     "c++",
29     "icucore"
30   ],
31   "ios": {
32     "frameworks": [
33       "UIKit",
34       "Firebase",
35       "Security",
36       "CFNetwork",
37       "SystemConfiguration"
38     ]
39   },
40   "xcconfig": {
41     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
42   },
43   "requires_arc": true