Skip to content

Commit

Permalink
[V1.0.0] First Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lancini committed Mar 8, 2017
1 parent ce38e5d commit 423c24a
Show file tree
Hide file tree
Showing 118 changed files with 20,669 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ DerivedData/
*.perspectivev3
!default.perspectivev3
xcuserdata/
xcuserdata/*

## Other
*.moved-aside
Expand Down Expand Up @@ -58,3 +59,5 @@ fastlane/screenshots
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/
.DS_Store

10 changes: 10 additions & 0 deletions needle-agent/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Uncomment this line to define a global platform for your project
platform :ios, '8.1'

target 'needleAgent' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for needleAgent
pod 'CocoaAsyncSocket'

end
14 changes: 14 additions & 0 deletions needle-agent/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
PODS:
- CocoaAsyncSocket (7.5.0):
- CocoaAsyncSocket/GCD (= 7.5.0)
- CocoaAsyncSocket/GCD (7.5.0)

DEPENDENCIES:
- CocoaAsyncSocket

SPEC CHECKSUMS:
CocoaAsyncSocket: 3baeb1ddd969f81cf9fca81053ae49ef2d1cbbfa

PODFILE CHECKSUM: 7c5957ad98cb9e0ab53e09b0d15e8d0fa3d69ccb

COCOAPODS: 1.0.1
110 changes: 110 additions & 0 deletions needle-agent/Pods/CocoaAsyncSocket/README.markdown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 423c24a

Please sign in to comment.