Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mash committed Dec 1, 2016
1 parent 8028dfa commit fd49c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IRKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ osx_source_files = %w{Log IRKit IRKit+Internal IRPersistentStore IRHelper IRHTTP

Pod::Spec.new do |s|
s.name = "IRKit"
s.version = "3.0.1"
s.version = "3.0.2"
s.summary = "Send/Receive Infrared signals via IRKit device."
s.description = <<-DESC
IRKit device and SDK(this library) lets you control your home electronics from your iOS devices.
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.homepage = "http://github.com/irkit/ios-sdk"
s.license = 'MIT'
s.author = { "Masakazu OHTSUKA" => "[email protected]" }
s.source = { :git => "https://github.com/irkit/ios-sdk.git", :tag => "3.0.1" }
s.source = { :git => "https://github.com/irkit/ios-sdk.git", :tag => "3.0.2" }
s.ios.deployment_target = '6.0'
# s.osx.deployment_target = '10.9'
s.ios.source_files = 'IRKit/IRKit/*.{h,m,c}'
Expand Down

0 comments on commit fd49c23

Please sign in to comment.