Skip to content

Instantly share code, notes, and snippets.

@peterwilli
Last active December 23, 2015 23:59
Show Gist options
  • Select an option

  • Save peterwilli/6713312 to your computer and use it in GitHub Desktop.

Select an option

Save peterwilli/6713312 to your computer and use it in GitHub Desktop.

Revisions

  1. peterwilli revised this gist Oct 8, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion PonyDebugger_Unoficial.podspec
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
    It is a client library and gateway server combination that uses Chrome Developer Tools on your browser to debug your application's network traffic and managed object contexts.
    DESC
    s.author = 'Square'
    s.source = { :git => 'https://github.com/peterwilli/PonyDebugger.git' }
    s.source = { :git => 'https://github.com/square/PonyDebugger.git' }
    s.license = 'Apache License, Version 2.0'

    # Platform setup
  2. peterwilli renamed this gist Sep 26, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. peterwilli created this gist Sep 26, 2013.
    23 changes: 23 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    Pod::Spec.new do |s|
    s.name = 'PonyDebugger'
    s.version = '0.3.0'
    s.summary = 'Remote network and data debugging for your native iOS app using Chrome Developer Tools.'
    s.homepage = 'https://github.com/square/PonyDebugger'
    s.description = <<-DESC
    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 and managed object contexts.
    DESC
    s.author = 'Square'
    s.source = { :git => 'https://github.com/peterwilli/PonyDebugger.git' }
    s.license = 'Apache License, Version 2.0'

    # Platform setup
    s.requires_arc = true
    s.platform = :ios, '5.0'

    s.source_files = 'ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}'

    s.dependency 'SocketRocket'
    # The readme says that it is needed but it lints without
    s.frameworks = 'CoreData'
    end