Skip to content

Commit

Permalink
update podspec to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fdzsergio committed Oct 7, 2015
1 parent a28d9ee commit b784dd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
before_script:
- pod install

install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- pod install
- set -o pipefail && xcodebuild test -workspace Example/Example.xcworkspace -scheme Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint --quick
4 changes: 2 additions & 2 deletions SFFocusViewLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SFFocusViewLayout"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "UICollectionViewLayout with focused content."

s.description = <<-DESC
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
s.source_files = 'SFFocusViewLayout/Classes/**/*'
s.frameworks = 'UIKit'
end

0 comments on commit b784dd2

Please sign in to comment.