Skip to content

Commit 3d2684a

Browse files
committed
Updated podspec and Changelog
1 parent 202a97e commit 3d2684a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 2.0.0
2+
- Support for Swift 5.0
3+
- Updated syntax in MotionOptions for newer Swift naming conventions
4+
- Updated Swift package file to newest version, requires Xcode 11 to import
5+
- Bumped version to 2.0.0 due to breaking change in MotionOptions (Swift Package Manager requires packages use semantic versioning)
6+
17
#### 1.3.3
28
- Support for Swift 4.2
39

MotionMachine.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'MotionMachine'
3-
s.version = '1.3.3'
4-
s.swift_version = '4.2'
3+
s.version = '2.0.0'
4+
s.swift_version = '5.0'
55
s.license = { :type => 'MIT' }
66
s.summary = 'An elegant, powerful, and modular animation library for Swift.'
77
s.description = <<-DESC

0 commit comments

Comments
 (0)