File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ Pod ::Spec . new do |s |
2+ s . name = "CodableFirebase"
3+ s . version = "0.0.3"
4+ s . summary = "Use Codable with Firebase"
5+ s . description = "This library helps you use your custom models that conform to Codable protocol with Firebase Realtime Database and Firestore"
6+ s . homepage = "https://github.com/alickbass/CodableFirebase"
7+ s . license = { :type => "MIT" , :file => "LICENSE" }
8+ s . author = { "Oleksii Dykan" => "alick_bass@mail.ru" }
9+
10+ s . ios . deployment_target = "9.0"
11+ s . osx . deployment_target = "10.11"
12+ s . watchos . deployment_target = "2.0"
13+ s . tvos . deployment_target = "9.0"
14+ s . requires_arc = true
15+
16+ s . source = { :git => "https://github.com/alickbass/CodableFirebase.git" , :tag => s . version , :branch => 'master' }
17+ s . source_files = "CodableFirebase/*.swift"
18+ s . pod_target_xcconfig = { 'SWIFT_VERSION' => '4' }
19+
20+ end
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.0.2 </string >
18+ <string >0.0.3 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments