Skip to content

Commit f159973

Browse files
committed
Updated podspec
1 parent af9d6b2 commit f159973

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

MotionMachine.podspec

Lines changed: 4 additions & 2 deletions
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.2'
4-
s.swift_version = '4.0'
3+
s.version = '1.3.3'
4+
s.swift_version = '4.2'
55
s.license = { :type => 'MIT' }
66
s.summary = 'An elegant, powerful, and modular animation library for Swift.'
77
s.description = <<-DESC
@@ -13,7 +13,9 @@ Pod::Spec.new do |s|
1313
s.source = { :git => 'https://github.com/poetmountain/MotionMachine.git', :tag => "#{s.version}" }
1414
s.source_files = 'Sources/**/*.{m,h,swift}'
1515
s.frameworks = 'CoreGraphics', 'QuartzCore'
16+
1617
s.ios.deployment_target = '8.0'
1718
s.tvos.deployment_target = '9.0'
19+
1820
s.requires_arc = true
1921
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ import PackageDescription
2929

3030
let package = Package(
3131
name: "MotionMachine",
32-
swiftLanguageVersions: [4]
32+
swiftLanguageVersions: [4.2]
3333
)

0 commit comments

Comments
 (0)