-
Notifications
You must be signed in to change notification settings - Fork 322
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
6 additions
and
6 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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'Bagel' | ||
s.version = '1.3.2' | ||
s.version = '1.4.0' | ||
s.summary = 'Bagel is a little native iOS network sniffer.' | ||
|
||
s.description = <<-DESC | ||
Bagel is a native iOS network sniffer. It's not a proxy debugger so you don't have to mess around with certificates, proxy settings etc. As long as your iOS devices and your Mac are in the same network, you can view the network traffic of your apps seperated by the devices. | ||
DESC | ||
|
||
s.homepage = 'https://github.com/yagiz/Bagel' | ||
s.license = { :type => 'APACHE', :file => 'LICENSE' } | ||
s.author = { 'Yagiz' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/yagiz/Bagel.git', :tag => s.version.to_s } | ||
|
||
s.ios.deployment_target = '8.0' | ||
s.tvos.deployment_target = '11.0' | ||
s.source_files = 'iOS/Source/*.{h,m}' | ||
|
||
s.dependency 'CocoaAsyncSocket' | ||
s.requires_arc = true | ||
|
||
end |