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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
*.swp
*.xcuserstate
RSAUtil.xcodeproj/xcuserdata
/Example/Pods/Pods.xcodeproj/xcuserdata/chorsfield.xcuserdatad/xcschemes/Pods-RSAUtil.xcscheme
/Example/Pods/Pods.xcodeproj/xcuserdata/chorsfield.xcuserdatad/xcschemes/RSA.xcscheme
/Example/RSA.xcworkspace/xcuserdata/chorsfield.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
5 changes: 5 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
use_frameworks!

target 'RSAUtil' do
pod 'RSA', :path => '../'
end
16 changes: 16 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- RSA (0.1.0)

DEPENDENCIES:
- RSA (from `../`)

EXTERNAL SOURCES:
RSA:
:path: ../

SPEC CHECKSUMS:
RSA: 21631d3bc3299adef10b26c59851d4c88f97a051

PODFILE CHECKSUM: 1cc8d1bfb024aae1884dd7621e6307c1d415cbe7

COCOAPODS: 1.0.1
22 changes: 22 additions & 0 deletions Example/Pods/Local Podspecs/RSA.podspec.json

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

16 changes: 16 additions & 0 deletions Example/Pods/Manifest.lock

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

Loading