File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::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'
You can’t perform that action at this time.
0 commit comments