Skip to content

Commit

Permalink
Merge pull request #6 from donggyushin/develop
Browse files Browse the repository at this point in the history
[Release] v1.0.2
  • Loading branch information
donggyushin committed Jan 18, 2022
2 parents 2d7acf8 + 7bbc589 commit ba0ee8f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Swift

on:
push:
branches: [ main, develop, feature/* ]
pull_request:
branches: [ main, develop, feature/* ]

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Build and tests ( iOS 15.0)
run: xcodebuild test -scheme DGAlertView -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12 Pro' CODE_SIGNING_ALLOWED=NO IPHONEOS_DEPLOYMENT_TARGET=12.0
2 changes: 1 addition & 1 deletion DGAlertView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DGAlertView'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'A simple custom popup dialog view for iOS written in Swift. Replaces UIAlertController alert style.'
s.homepage = 'https://github.com/donggyushin/DGAlertView'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down

0 comments on commit ba0ee8f

Please sign in to comment.