Skip to content

Commit 08d9ef1

Browse files
committed
Update pod
1 parent c4b0a8c commit 08d9ef1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ASHorizontalScrollView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ASHorizontalScrollView"
3-
s.version = "1.0.3"
3+
s.version = "1.0"
44
s.summary = "App store style horizontal scroll view"
55
s.description = <<-DESC
66
It acts similar to apps sliding behaviours in App store. There are both Objective-C and Swift version available and they perform exactly the same function, please find whichever you like.
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.author = { "Weiwei Chen" => "terenceluffy@gmail.com" }
2121
s.platform = :ios, "8.0"
2222
s.ios.deployment_target = "8.0"
23-
s.source = { :git => 'https://github.com/terenceLuffy/AppStoreStyleHorizontalScrollView.git', :tag => "1.0.3" }
23+
s.source = { :git => 'https://github.com/terenceLuffy/AppStoreStyleHorizontalScrollView.git', :tag => "1.0" }
2424
s.source_files = 'Sources/*'
2525
s.frameworks = 'UIKit'
2626
s.requires_arc = true

AppStoreStyleHorizontalScrollViewForObjectiveC.podspec renamed to ASHorizontalScrollViewForObjectiveC.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
2-
s.name = "AppStoreStyleHorizontalScrollViewForObjectiveC"
3-
s.version = "1.0.3"
2+
s.name = "ASHorizontalScrollViewForObjectiveC"
3+
s.version = "1.0"
44
s.summary = "App store style horizontal scroll view Objective-C"
55
s.description = <<-DESC
66
It acts similar to apps sliding behaviours in App store. There are both Objective-C and Swift version available and they perform exactly the same function, please find whichever you like.
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
2020
s.author = { "Weiwei Chen" => "terenceluffy@gmail.com" }
2121
s.platform = :ios, "8.0"
2222
s.ios.deployment_target = "8.0"
23-
s.source = { :git => 'https://github.com/terenceLuffy/AppStoreStyleHorizontalScrollView.git', :tag => "1.0.3" }
23+
s.source = { :git => 'https://github.com/terenceLuffy/AppStoreStyleHorizontalScrollView.git', :tag => "1.0" }
2424
s.source_files = 'Sources/ASHorizontalScrollView/*'
2525
end

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Please note that the gif is not from the sample project.
1515

1616
Swift
1717
```ruby
18-
pod 'ASHorizontalScrollView', '~> 1.0.3'
18+
pod 'ASHorizontalScrollView', '~> 1.0'
1919
```
2020

2121
Objective-C
2222
```ruby
23-
pod 'AppStoreStyleHorizontalScrollViewForObjectiveC', '~> 1.0.3'
23+
pod 'AppStoreStyleHorizontalScrollViewForObjectiveC', '~> 1.0'
2424

2525
```
2626

0 commit comments

Comments
 (0)