-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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}' | ||
|