Skip to content

Commit 776c453

Browse files
committed
Update podspec
1 parent 5a94035 commit 776c453

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AssociatedValues.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = "AssociatedValues"
3-
s.version = "3.0.0"
3+
s.version = "4.0.0"
44
s.summary = "Associated Objects For Swift Values"
55
s.description = <<-DESC
66
AssociatedValues is a simple Swift wrapper around Objective-C runtime associated objects.
77
DESC
88
s.homepage = "https://github.com/bradhilton/AssociatedValues"
99
s.license = { :type => "MIT", :file => "LICENSE" }
1010
s.author = { "Brad Hilton" => "[email protected]" }
11-
s.source = { :git => "https://github.com/bradhilton/AssociatedValues.git", :tag => "3.0.0" }
11+
s.source = { :git => "https://github.com/bradhilton/AssociatedValues.git", :tag => "4.0.0" }
1212

1313
s.ios.deployment_target = "8.0"
14+
s.tvos.deployment_target = "9.0"
1415
s.osx.deployment_target = "10.9"
1516

1617
s.source_files = "AssociatedValues", "AssociatedValues/**/*.{swift,h,m}"

0 commit comments

Comments
 (0)