Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode7.3
osx_image: xcode8
xcode_project: Mixer.xcodeproj

branches:
Expand Down Expand Up @@ -32,6 +32,18 @@ env:
- DESTINATION="OS=9.3,name=iPhone 6s"
- DESTINATION="OS=9.3,name=iPhone 6 Plus"
- DESTINATION="OS=9.3,name=iPhone 6s Plus"
- DESTINATION="OS=10.0,name=iPad Air"
- DESTINATION="OS=10.0,name=iPad Air 2"
- DESTINATION="OS=10.0,name=iPad Retina"
- DESTINATION="OS=10.0,name=iPhone 5"
- DESTINATION="OS=10.0,name=iPhone 5s"
- DESTINATION="OS=10.0,name=iPhone 6"
- DESTINATION="OS=10.0,name=iPhone 6s"
- DESTINATION="OS=10.0,name=iPhone 6 Plus"
- DESTINATION="OS=10.0,name=iPhone 6s Plus"
- DESTINATION="OS=10.0,name=iPhone 6SE"
- DESTINATION="OS=10.0,name=iPhone 7"
- DESTINATION="OS=10.0,name=iPhone 7 Plus"

before_script:
- carthage update --platform iOS --no-use-binaries
Expand Down
2 changes: 1 addition & 1 deletion Mixer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Mixer"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "A tiny library helping to centralize color definitions"
s.homepage = "https://github.com/ios-studio/Mixer"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Centralize your color definitions in a CSV file & easily share them for people t
Add the following your Cartfile:

```Swift
github "ios-studio/Mixer" ~> 0.1.1
github "ios-studio/Mixer" ~> 0.1.2
```

#### Via [CocoaPods](https://cocoapods.org/):
Add the following your Podfile:

```ruby
pod "Mixer", "~> 0.1.1"
pod "Mixer", "~> 0.1.2"
```

## Default Setup
Expand Down