Skip to content

Commit

Permalink
Skip pod spec warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
yonekawa committed Sep 22, 2016
1 parent 02dd0ae commit e2115bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:

script:
- pod repo update
- pod spec lint SwiftFlux.podspec
- pod spec lint SwiftFlux.podspec --allow-warnings
- set -o pipefail
- carthage build --no-skip-current --platform Mac,iOS
- rake test:ios
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It provides concept of "one-way data flow" with **type-safe** modules by Swift l

# Requirements

- Swift 2.0 or later
- Swift 2.2 or later
- iOS 8.0 or later
- Mac OS 10.9 or later
- watch OS 2.0 or later
Expand Down

0 comments on commit e2115bf

Please sign in to comment.