Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
1 change: 1 addition & 0 deletions ikcp.h → Classes/ikcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ typedef struct IKCPCB ikcpcb;
#define IKCP_LOG_OUT_ACK 512
#define IKCP_LOG_OUT_PROBE 1024
#define IKCP_LOG_OUT_WINS 2048
#define IKCP_LOG_ALL 4095

#ifdef __cplusplus
extern "C" {
Expand Down
14 changes: 14 additions & 0 deletions kcp.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'KCP'
s.version = '1.0'
s.license = { :type => "MIT" }
s.summary = 'KCP'
s.homepage = 'https://github.com/rannger/kcp'
s.description = 'AZCategory'
s.author = { 'KCP' => 'liang.rannger' }
s.source = { :git => 'https://github.com/rannger/kcp.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.0'
s.source_files = 'Classes/*.{h,c}'
end