This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Feathers"
3
3
# Version goes here and will be used to access the git tag later on, once we have a first release.
4
- s . version = "1.0.0 "
4
+ s . version = "1.0.1 "
5
5
s . summary = "Swift framework for interacting with Featherjs apis"
6
6
s . description = <<-DESC
7
7
Swift library for connecting to a FeathersJS backend.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
s . license = { :type => "MIT" , :file => "LICENSE.md" }
13
13
s . author = "startupthekid"
14
14
15
- s . ios . deployment_target = "9 .0"
15
+ s . ios . deployment_target = "8 .0"
16
16
s . osx . deployment_target = "10.10"
17
17
s . tvos . deployment_target = "9.0"
18
18
s . source = { :git => "https://github.com/startupthekid/feathers-ios.git" , :tag => "#{ s . version } " }
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.0 </string >
18
+ <string >1.0.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments