forked from illuminati1911/LANScan-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ville Välimaa
committed
Jan 23, 2017
1 parent
9f0aaeb
commit d63e97d
Showing
340 changed files
with
33,768 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+7.9 KB
LANScan.xcworkspace/xcuserdata/vval.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'LANScan' do | ||
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks | ||
use_frameworks! | ||
pod 'ReactiveCocoa', '2.5' | ||
pod 'Alamofire', '4.3.0' | ||
pod 'SnapKit', '3.1.2' | ||
pod 'SpinKit', '~> 1.2' | ||
|
||
target 'LANScanTests' do | ||
inherit! :search_paths | ||
# Pods for testing | ||
end | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
PODS: | ||
- Alamofire (4.3.0) | ||
- ReactiveCocoa (2.5): | ||
- ReactiveCocoa/UI (= 2.5) | ||
- ReactiveCocoa/Core (2.5): | ||
- ReactiveCocoa/no-arc | ||
- ReactiveCocoa/no-arc (2.5) | ||
- ReactiveCocoa/UI (2.5): | ||
- ReactiveCocoa/Core | ||
- SnapKit (3.1.2) | ||
- SpinKit (1.2.0) | ||
|
||
DEPENDENCIES: | ||
- Alamofire (= 4.3.0) | ||
- ReactiveCocoa (= 2.5) | ||
- SnapKit (= 3.1.2) | ||
- SpinKit (~> 1.2) | ||
|
||
SPEC CHECKSUMS: | ||
Alamofire: 856a113053a7bc9cbe5d6367a555d773fc5cfef7 | ||
ReactiveCocoa: e2db045570aa97c695e7aa97c2bcab222ae51f4a | ||
SnapKit: 12b24f569cb7c143acc9c22b9d91b23e7b1c84a2 | ||
SpinKit: 65906a8b534a4e14cbfd3f8b0b6c329131faef4a | ||
|
||
PODFILE CHECKSUM: c2713fcc7f920dbbb8e5bffb09465bc1f06531e5 | ||
|
||
COCOAPODS: 1.1.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.