Skip to content

Commit

Permalink
Update pod
Browse files Browse the repository at this point in the history
  • Loading branch information
terenceLuffy committed Aug 23, 2015
1 parent c4b0a8c commit 08d9ef1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ASHorizontalScrollView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ASHorizontalScrollView"
s.version = "1.0.3"
s.version = "1.0"
s.summary = "App store style horizontal scroll view"
s.description = <<-DESC
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.
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.author = { "Weiwei Chen" => "terenceluffy@gmail.com" }
s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.source = { :git => 'https://github.com/terenceLuffy/AppStoreStyleHorizontalScrollView.git', :tag => "1.0.3" }
s.source = { :git => 'https://github.com/terenceLuffy/AppStoreStyleHorizontalScrollView.git', :tag => "1.0" }
s.source_files = 'Sources/*'
s.frameworks = 'UIKit'
s.requires_arc = true
Expand Down
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AppStoreStyleHorizontalScrollViewForObjectiveC"
s.version = "1.0.3"
s.name = "ASHorizontalScrollViewForObjectiveC"
s.version = "1.0"
s.summary = "App store style horizontal scroll view Objective-C"
s.description = <<-DESC
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.
Expand All @@ -20,6 +20,6 @@ Pod::Spec.new do |s|
s.author = { "Weiwei Chen" => "terenceluffy@gmail.com" }
s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.source = { :git => 'https://github.com/terenceLuffy/AppStoreStyleHorizontalScrollView.git', :tag => "1.0.3" }
s.source = { :git => 'https://github.com/terenceLuffy/AppStoreStyleHorizontalScrollView.git', :tag => "1.0" }
s.source_files = 'Sources/ASHorizontalScrollView/*'
end
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,12 +15,12 @@ Please note that the gif is not from the sample project.

Swift
```ruby
pod 'ASHorizontalScrollView', '~> 1.0.3'
pod 'ASHorizontalScrollView', '~> 1.0'
```

Objective-C
```ruby
pod 'AppStoreStyleHorizontalScrollViewForObjectiveC', '~> 1.0.3'
pod 'AppStoreStyleHorizontalScrollViewForObjectiveC', '~> 1.0'

```

Expand Down

0 comments on commit 08d9ef1

Please sign in to comment.