Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2a3055b

Browse files
committedJun 28, 2016
Added NSData+FastHex cocoapod.
1 parent 05045ba commit 2a3055b

29 files changed

+1568
-930
lines changed
 

‎Podfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use_frameworks!
44
target 'Shhwift' do
55
pod 'Alamofire', '~> 3.4'
66
pod 'SwiftyJSON', '~> 2.3'
7+
pod 'NSData+FastHex', '~> 1.0'
78

89
target 'ShhwiftTests' do
910
pod 'Quick', '~> 0.9'

‎Podfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ PODS:
88
- Mockingjay/XCTest (1.2.2):
99
- Mockingjay/Core
1010
- Nimble (4.0.1)
11+
- NSData+FastHex (1.0.1)
1112
- Quick (0.9.2)
1213
- SwiftyJSON (2.3.2)
1314
- URITemplate (1.3.1)
@@ -16,17 +17,19 @@ DEPENDENCIES:
1617
- Alamofire (~> 3.4)
1718
- Mockingjay (~> 1.2.2)
1819
- Nimble (~> 4.0)
20+
- NSData+FastHex (~> 1.0)
1921
- Quick (~> 0.9)
2022
- SwiftyJSON (~> 2.3)
2123

2224
SPEC CHECKSUMS:
2325
Alamofire: c19a627cefd6a95f840401c49ab1f124e07f54ee
2426
Mockingjay: 5de65f14108473afc6727e05df9a3ecc9cef8562
2527
Nimble: 0f3c8b8b084cda391209c3c5efbb48bedeeb920a
28+
NSData+FastHex: a22ad031ee10a4297d0bf4d20cf03406a4476169
2629
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226
2730
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a
2831
URITemplate: 398a48d6559e23b77bd41176b675b017ad1fc959
2932

30-
PODFILE CHECKSUM: e9bccfb82b52ee2814469addbb233a1e886b723a
33+
PODFILE CHECKSUM: dfd01b5c6071f9c3770ec33204cc0204247e7dcb
3134

3235
COCOAPODS: 1.0.1

‎Pods/Manifest.lock

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/NSData+FastHex/LICENSE

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/NSData+FastHex/NSData+FastHex.h

+51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/NSData+FastHex/NSData+FastHex.m

+93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/NSData+FastHex/README.md

+62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Pods.xcodeproj/project.pbxproj

+1,103-910
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/NSData+FastHex/Info.plist

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/NSData+FastHex/NSData+FastHex-dummy.m

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/NSData+FastHex/NSData+FastHex-prefix.pch

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/NSData+FastHex/NSData+FastHex-umbrella.h

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/NSData+FastHex/NSData+FastHex.modulemap

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/NSData+FastHex/NSData+FastHex.xcconfig

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftDemo/Pods-Shhwift-ShhwiftDemo-acknowledgements.markdown

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftDemo/Pods-Shhwift-ShhwiftDemo-acknowledgements.plist

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftDemo/Pods-Shhwift-ShhwiftDemo-frameworks.sh

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftDemo/Pods-Shhwift-ShhwiftDemo.debug.xcconfig

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftDemo/Pods-Shhwift-ShhwiftDemo.release.xcconfig

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftTests/Pods-Shhwift-ShhwiftTests-acknowledgements.markdown

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftTests/Pods-Shhwift-ShhwiftTests-acknowledgements.plist

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftTests/Pods-Shhwift-ShhwiftTests-frameworks.sh

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftTests/Pods-Shhwift-ShhwiftTests.debug.xcconfig

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift-ShhwiftTests/Pods-Shhwift-ShhwiftTests.release.xcconfig

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift/Pods-Shhwift-acknowledgements.markdown

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift/Pods-Shhwift-acknowledgements.plist

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift/Pods-Shhwift-frameworks.sh

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift/Pods-Shhwift.debug.xcconfig

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Pods/Target Support Files/Pods-Shhwift/Pods-Shhwift.release.xcconfig

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
This repository has been archived.