Skip to content

Commit fbe44ce

Browse files
committed
Adding PodSpec.
1 parent 399195a commit fbe44ce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

PonyDebugger.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'PonyDebugger'
3+
s.version = '0.3.1'
4+
s.summary = 'Remote network and data debugging for your native iOS app using Chrome Developer Tools.'
5+
s.homepage = 'https://github.com/square/PonyDebugger'
6+
s.description = 'PonyDebugger is a remote debugging toolset. It is a client library and gateway server combination that uses Chrome Developer Tools on your browser to debug your application\s network traffic et managed object contexts'
7+
s.author = 'Square'
8+
s.source = { :git => 'https://github.com/square/PonyDebugger.git'}
9+
s.license = 'Apache License, Version 2.0'
10+
11+
s.requires_arc = true
12+
s.ios.deployment_target = '5.0'
13+
s.source_files = 'ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}'
14+
s.frameworks = 'CoreData', 'CoreGraphics'
15+
s.dependency 'SocketRocket'
16+
end

0 commit comments

Comments
 (0)