-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4b0a8c
commit 08d9ef1
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
@@ -20,7 +20,7 @@ Pod::Spec.new do |s| | |
s.author = { "Weiwei Chen" => "[email protected]" } | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
@@ -20,6 +20,6 @@ Pod::Spec.new do |s| | |
s.author = { "Weiwei Chen" => "[email protected]" } | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters