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

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0c committed Aug 7, 2015
1 parent e9c8306 commit 3336333
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 = '4.0.0'
s.version = '4.0.1'
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 => 'v4.0.0' }
s.source = { :git => 'https://github.com/YUKAI/konashi-ios-sdk.git', :tag => 'v4.0.1' }
s.platform = :ios, '7.1'
s.source_files = 'Konashi/Konashi/*.{h,m}','Konashi/Konashi/**/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 3336333

Please sign in to comment.