Skip to content

Commit

Permalink
Release 1.1.0 - Swift 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Apr 1, 2019
1 parent 02190a2 commit c2a84b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: objective-c
osx_image: xcode10
osx_image: xcode10.2
before_install:
- gem install cocoapods -v '1.5.0'
- gem install cocoapods -v '1.6.1'
install:
- ./install_swiftlint.sh
script:
- gem install travis --no-rdoc --no-ri
- gem install travis --no-document
- travis lint .travis.yml --no-interactive
- swiftlint
- xcodebuild clean build -project SCNPath.xcodeproj -scheme SCNPath -destination "platform=iOS Simulator,name=iPhone X" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
- pod lib lint

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Functions and classes for creating path geometries in a SceneKit application on
[![Version](https://img.shields.io/cocoapods/v/SCNPath.svg)](https://cocoapods.org/pods/SCNPath)
[![License](https://img.shields.io/cocoapods/l/SCNPath.svg)](https://cocoapods.org/pods/SCNPath)
[![Platform](https://img.shields.io/cocoapods/p/SCNPath.svg)](https://cocoapods.org/pods/SCNPath)
[![Swift 4.2](https://img.shields.io/badge/Swift-4.2-orange.svg?style=flat)](https://swift.org/)
[![Swift 5.0](https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat)](https://swift.org/)
[![Build Status](https://travis-ci.com/maxxfrazer/ARKit-SCNPath.svg?branch=master)](https://travis-ci.com/maxxfrazer/ARKit-SCNPath)

## Introduction
Expand Down
4 changes: 2 additions & 2 deletions SCNPath.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "SCNPath"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "SCNPath lets you create paths for any purpose in AR using just centre points for your path."
s.homepage = "https://github.com/maxxfrazer/ARKit-SCNPath"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Max Cobb" => "maxxc@mac.com" }
s.source = { :git => "https://github.com/maxxfrazer/ARKit-SCNPath.git", :tag => "#{s.version}" }
s.platform = :ios, '12.0'
s.swift_version = '4.2'
s.swift_version = '5.0'
s.frameworks = 'SceneKit'
s.source_files = "SCNPath/*.swift", ".swiftlint.yml"
end

0 comments on commit c2a84b2

Please sign in to comment.