Skip to content

Commit 5f5b48f

Browse files
author
2019now
committed
init
0 parents  commit 5f5b48f

File tree

502 files changed

+64484
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

502 files changed

+64484
-0
lines changed

Podfile

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
project 'SNUECE grad.xcodeproj'
2+
3+
# Uncomment the next line to define a global platform for your project
4+
# platform :ios, '9.0'
5+
6+
target 'SNUECE grad' do
7+
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
8+
use_frameworks!
9+
10+
# Pods for SNUECE grad
11+
pod 'Charts'
12+
pod 'ActionSheetPicker-3.0'
13+
pod 'ModernSearchBar'
14+
pod 'SnapKit', '~> 4.0.0'
15+
pod 'Firebase/Core'
16+
pod 'SwiftyJSON'
17+
pod 'SkyFloatingLabelTextField'
18+
19+
end

Podfile.lock

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
PODS:
2+
- ActionSheetPicker-3.0 (2.3.0)
3+
- Charts (3.1.1):
4+
- Charts/Core (= 3.1.1)
5+
- Charts/Core (3.1.1)
6+
- Firebase/Core (5.4.1):
7+
- Firebase/CoreOnly
8+
- FirebaseAnalytics (= 5.0.1)
9+
- Firebase/CoreOnly (5.4.1):
10+
- FirebaseCore (= 5.0.6)
11+
- FirebaseAnalytics (5.0.1):
12+
- FirebaseCore (~> 5.0)
13+
- FirebaseInstanceID (~> 3.0)
14+
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
15+
- nanopb (~> 0.3)
16+
- FirebaseCore (5.0.6):
17+
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
18+
- FirebaseInstanceID (3.1.1):
19+
- FirebaseCore (~> 5.0)
20+
- GoogleToolboxForMac/Defines (2.1.4)
21+
- "GoogleToolboxForMac/NSData+zlib (2.1.4)":
22+
- GoogleToolboxForMac/Defines (= 2.1.4)
23+
- ModernSearchBar (1.5)
24+
- nanopb (0.3.8):
25+
- nanopb/decode (= 0.3.8)
26+
- nanopb/encode (= 0.3.8)
27+
- nanopb/decode (0.3.8)
28+
- nanopb/encode (0.3.8)
29+
- SkyFloatingLabelTextField (3.5.1)
30+
- SnapKit (4.0.0)
31+
- SwiftyJSON (4.1.0)
32+
33+
DEPENDENCIES:
34+
- ActionSheetPicker-3.0
35+
- Charts
36+
- Firebase/Core
37+
- ModernSearchBar
38+
- SkyFloatingLabelTextField
39+
- SnapKit (~> 4.0.0)
40+
- SwiftyJSON
41+
42+
SPEC REPOS:
43+
https://github.com/cocoapods/specs.git:
44+
- ActionSheetPicker-3.0
45+
- Charts
46+
- Firebase
47+
- FirebaseAnalytics
48+
- FirebaseCore
49+
- FirebaseInstanceID
50+
- GoogleToolboxForMac
51+
- ModernSearchBar
52+
- nanopb
53+
- SkyFloatingLabelTextField
54+
- SnapKit
55+
- SwiftyJSON
56+
57+
SPEC CHECKSUMS:
58+
ActionSheetPicker-3.0: eef157d75e151f255c5333d26656c7fbfe905a51
59+
Charts: 90a4d61da0f6e06684c591e3bcab11940fe61736
60+
Firebase: 355bd535bfdacaa82a7fe8d9784115edefd6fc03
61+
FirebaseAnalytics: b3628aea54c50464c32c393fb2ea032566e7ecc2
62+
FirebaseCore: 4c28e3b9708ba48a765e76515f913a71596eb5dd
63+
FirebaseInstanceID: f3f0657372592ecdfdfe2cac604a5a75758376a6
64+
GoogleToolboxForMac: 91c824d21e85b31c2aae9bb011c5027c9b4e738f
65+
ModernSearchBar: 5dd19c94b1e04f1f83dd9b9950d05153ef2535e5
66+
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
67+
SkyFloatingLabelTextField: 4cbeece9c3aae97c6019d8fae511cb5b755874f7
68+
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
69+
SwiftyJSON: c29297daf073d2aa016295d5809cdd68045c39b3
70+
71+
PODFILE CHECKSUM: fa99940a192d132bb6075e2ae3646725a54a5b9c
72+
73+
COCOAPODS: 1.5.2

Pods/ActionSheetPicker-3.0/LICENSE

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/ActionSheetPicker-3.0/Pickers/AbstractActionSheetPicker.h

+126
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)