Skip to content

Commit

Permalink
Merge pull request #12 from BraveMatchstickMen/master
Browse files Browse the repository at this point in the history
update version to 0.2.4
chaihuoa authored Feb 22, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 853a551 + 461b32c commit 4a2adf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Navi/Navi.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|

s.name = 'Navi'
s.version = '0.2.3'
s.version = '0.2.4'
s.summary = 'This is a tool which could easily observe and visualize each route and flow we are tracking on the real time.'
s.description = "For a big App, sometime it's hard to check and debug which route we are using. what reaction will be happened once we click somewhere. in order to easily check those scenario whether or not meet the expectation, this tool is created to tackle this requirement."
s.homepage = 'https://github.com/AppScaffold/Navi'
s.license = 'MIT'
s.platform = :ios, '9.0'
s.swift_version = '4.2'
s.source = { :git => 'git@github.com:AppScaffold/Navi.git', :tag => s.version }
s.source = { 'https://github.com/AppScaffold/Navi.git', :tag => s.version }
s.source_files = 'Navi/**/*.{h,m,swift}'
s.exclude_files = 'Navi/NaviTests/'
s.public_header_files = 'Navi/Navi.h', 'Navi/AllTouchesGestureRecognizer.h'

0 comments on commit 4a2adf5

Please sign in to comment.