- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSHFirestoreService.podspec
More file actions
Latest commit
26 lines (19 loc) · 983 Bytes
/
Copy pathSHFirestoreService.podspec
File metadata and controls
26 lines (19 loc) · 983 Bytes
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
#
# Be sure to run `pod lib lint SHFirestoreService.podspec' to ensure this is a
# valid spec before submitting.
Pod::Spec.newdo |s|
s.name='SHFirestoreService'
s.version='1.0.0'
s.summary="A library to easily manage endpoints and requests with combine when using Firebase's Firestore."
s.homepage='https://github.com/SHcommit/SHFirestoreService'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'SHcommit'=>'happysh_s2@naver.com'}
s.source={:git=>'https://github.com/SHcommit/SHFirestoreService.git',:tag=>s.version.to_s}
s.ios.deployment_target='13.0'
# s.source_files = 'Sources/SHFirestoreService/**/*.{h,m,swift}'
s.swift_version='5.0'
s.frameworks="UIKit"
# Cocoapods deployment is not possible because FirebaseCombineSwift is not registered in Cocoapods.
# s.dependency 'FirebaseFirestore'
# s.dependency 'Firebase/FirebaseCombineSwift'
end