Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
mash committed Dec 2, 2014
1 parent 454dc8b commit 54c1348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions konashi-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'konashi-ios-sdk'
s.version = '2.0.1'
s.version = '3.0.0'
s.summary = 'iOS SDK for konashi, a wireless physical computing toolkit for iPhone, iPod touch and iPad.'
s.homepage = 'http://konashi.ux-xu.com'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'monakaz' => '[email protected]' }
s.source = { :git => 'https://github.com/YUKAI/konashi-ios-sdk.git', :tag => 'v2.0.0' }
s.source = { :git => 'https://github.com/YUKAI/konashi-ios-sdk.git', :tag => 'v3.0.0' }
s.platform = :ios, '7.1'
s.source_files = 'Konashi/Konashi/*.{h,m}','Konashi/Konashi/**/*.{h,m}'
s.requires_arc = true
Expand Down

1 comment on commit 54c1348

@0x0c
Copy link
Member

@0x0c 0x0c commented on 54c1348 Dec 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.