Skip to content

Commit

Permalink
Merge pull request #3 from simformsolutions/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
simform-solutions authored Jul 9, 2019
2 parents a19f84f + 2367db1 commit 0d02e8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ SSCalendarControl is small and highly customizable calendar control written in s
# Meta
- Distributed under the MIT license. See LICENSE for more information.

[swift-image]:https://img.shields.io/badge/swift-4.0-orange.svg
[swift-image]:https://img.shields.io/badge/swift-5.0-orange.svg
[swift-url]: https://swift.org/
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
[license-url]: LICENSE
Expand Down
5 changes: 3 additions & 2 deletions SSCalendar/SSCalendar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
TargetAttributes = {
73FCF2B9227C4E30002625FD = {
CreatedOnToolsVersion = 10.1;
LastSwiftMigration = 1020;
};
};
};
Expand Down Expand Up @@ -462,7 +463,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.simform.SSCalendar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -481,7 +482,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.simform.SSCalendar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
4 changes: 2 additions & 2 deletions SSCalendarControl.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "SSCalendarControl"
spec.version = "1.0.1"
spec.version = "2.0.0"
spec.summary = "A simple and lightweight calendar control written in swift."

# This description is used to generate tags and improve search results.
Expand All @@ -39,7 +39,7 @@ Pod::Spec.new do |spec|

spec.platform = :ios
spec.ios.deployment_target = "10.0"
spec.swift_version = '4.2'
spec.swift_version = '5.0'

spec.source = { :git => "https://github.com/simformsolutions/SSCalendar.git", :tag => "#{spec.version}" }

Expand Down

0 comments on commit 0d02e8d

Please sign in to comment.