[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / b / c / 2 / FirebaseUI / 0.1.2 / FirebaseUI.podspec.json
blob4087c703097e0d632080ea7b55ff70fb4bb049ed
2   "name": "FirebaseUI",
3   "version": "0.1.2",
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   "source": {
14     "git": "https://github.com/firebase/FirebaseUI-iOS.git",
15     "tag": "v0.1.2"
16   },
17   "source_files": "FirebaseUI/**/*.{h,m}",
18   "dependencies": {
19     "Firebase": [
20       "~> 2.3"
21     ]
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "libraries": [
27     "c++",
28     "icucore"
29   ],
30   "ios": {
31     "frameworks": [
32       "CFNetwork",
33       "Security",
34       "Firebase",
35       "SystemConfiguration",
36       "UIKit",
37       "Foundation"
38     ]
39   },
40   "xcconfig": {
41     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
42   },
43   "requires_arc": true