Skip to content

Commit c91deac

Browse files
committed
Release 1.0.0
1 parent 17960dd commit c91deac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WebLinking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'WebLinking'
3-
spec.version = '0.2.0'
3+
spec.version = '1.0.0'
44
spec.summary = 'Swift implementation of Web Linking and Link headers (RFC5988)'
55
spec.homepage = 'https://github.com/kylef/WebLinking.swift'
66
spec.license = { :type => 'MIT', :file => 'LICENSE' }
77
spec.author = { 'Kyle Fuller' => 'kyle@fuller.li' }
88
spec.social_media_url = 'http://twitter.com/kylefuller'
99
spec.source = { :git => 'https://github.com/kylef/WebLinking.swift.git', :tag => "#{spec.version}" }
10-
spec.source_files = 'WebLinking/*.{h,swift}'
10+
spec.source_files = 'WebLinking/*.swift'
1111
spec.ios.deployment_target = '8.0'
1212
spec.osx.deployment_target = '10.9'
1313
spec.watchos.deployment_target = '2.0'

0 commit comments

Comments
 (0)