-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpodEnv.txt
52 lines (42 loc) · 1.2 KB
/
podEnv.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
### Stack
```
CocoaPods : 1.2.0
Ruby : ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]
RubyGems : 2.0.14.1
Host : Mac OS X 10.12.4 (16E195)
Xcode : 8.3.1 (8E1000a)
Git : git version 2.11.0 (Apple Git-81)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 2be89b680bd9dddca8acdd0bfdd6cd1e444f295b
```
### Installation Source
```
Executable Path: /usr/local/bin/pod
```
### Plugins
```
cocoapods-deintegrate : 1.0.1
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.0
cocoapods-stats : 1.0.0
cocoapods-trunk : 1.1.2
cocoapods-try : 1.1.0
```
### Podfile
```ruby
# Uncomment the next line to define a global platform for your project
#platform :ios, '10.0'
target 'ProductCatalogue' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for ProductCatalogue
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'FSPagerView'
pod 'Firebase/Auth'
pod 'GoogleSignIn'
pod 'Kingfisher', '~> 3.2.3'
source 'https://github.com/CocoaPods/Specs.git'
pod 'SideMenu'
end
```