Skip to content
This repository was archived by the owner on Jun 25, 2021. It is now read-only.

Commit 994e50f

Browse files
author
daniele
committed
Name changes in podspec
1 parent 9ad0fc3 commit 994e50f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ScrollingStackController.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |spec|
2-
spec.name = 'ScrollingStackController'
2+
spec.name = 'ScrollingStackContainer'
33
spec.version = '0.5.0'
44
spec.summary = 'Efficient Scrolling Stack Container'
5-
spec.homepage = 'https://github.com/malcommac/ScrollingStackController'
5+
spec.homepage = 'https://github.com/malcommac/ScrollingStackContainer'
66
spec.license = { :type => 'MIT', :file => 'LICENSE' }
77
spec.author = { 'Daniele Margutti' => '[email protected]' }
88
spec.social_media_url = 'http://twitter.com/danielemargutti'
9-
spec.source = { :git => 'https://github.com/malcommac/ScrollingStackController.git', :tag => "#{spec.version}" }
9+
spec.source = { :git => 'https://github.com/malcommac/ScrollingStackContainer.git', :tag => "#{spec.version}" }
1010
spec.source_files = 'Sources/**/*.swift'
1111
spec.ios.deployment_target = '8.0'
1212
spec.requires_arc = true
13-
spec.module_name = 'ScrollingStackController'
13+
spec.module_name = 'ScrollingStackContainer'
1414
end

0 commit comments

Comments
 (0)