Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit a6e4923

Browse files
HenrikHenrik
Henrik
authored and
Henrik
committed
Using PCAiOSLib from cocoapods.org
1 parent dd445e8 commit a6e4923

37 files changed

+2127
-1100
lines changed

CapturePlusControl 1/FormViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FormViewController: UIViewController, PCALookupViewDelegate {
3030
@IBAction func lookupAddressPressed(_ sender: Any) {
3131
let viewController = PCALookupViewController(licenseKey: "LL00-UU00-KK00-EE00");
3232
viewController.addressDelegate = self;
33-
self.present(viewController, animated: true, completion: nil)
33+
self.present(viewController, animated: true, completion: nil);
3434
}
3535

3636
func didRecieveAddress(address: RetrieveResponseItem) {

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ target 'CapturePlusControl 1' do
88
# Pods for CapturePlusControl 1
99
pod 'Alamofire', '~> 4.2.0'
1010
pod 'AlamofireObjectMapper', '~> 4.0'
11-
pod 'PCAiOSLib', :path => '/Users/henrik/Projects/PCA-iOS-Lib'
11+
pod 'PCAiOSLib', '~> 1.0'
1212

1313
end

Podfile.lock

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
PODS:
22
- Alamofire (4.2.0)
3-
- AlamofireObjectMapper (4.0.0):
4-
- Alamofire (~> 4.0)
3+
- AlamofireObjectMapper (4.1.0):
4+
- Alamofire (~> 4.1)
55
- ObjectMapper (~> 2.0)
6-
- ObjectMapper (2.2.1)
7-
- PCAiOSLib (1.0.0):
6+
- ObjectMapper (2.2.7)
7+
- PCAiOSLib (1.0.1):
88
- Alamofire (~> 4.2.0)
99
- AlamofireObjectMapper (~> 4.0)
1010

1111
DEPENDENCIES:
1212
- Alamofire (~> 4.2.0)
1313
- AlamofireObjectMapper (~> 4.0)
14-
- PCAiOSLib (from `/Users/henrik/Projects/PCA-iOS-Lib`)
15-
16-
EXTERNAL SOURCES:
17-
PCAiOSLib:
18-
:path: /Users/henrik/Projects/PCA-iOS-Lib
14+
- PCAiOSLib (~> 1.0)
1915

2016
SPEC CHECKSUMS:
2117
Alamofire: aa2e09d871c9160ac53c90e83c68064a94e3dfbe
22-
AlamofireObjectMapper: 9faa3ce5a240efda1b209009a2d6e1e949227abc
23-
ObjectMapper: 41e43e1a89f8060ef5ea5d04ba852e269a621d68
24-
PCAiOSLib: 7fadfd035644e7ef52b5de85a71fdb22b2e5b237
18+
AlamofireObjectMapper: 435adc82f5b367679bd9e71c4974a54efd0b2521
19+
ObjectMapper: 65abcfd9a61cf7396cbd14a4fb22fddfcc46577e
20+
PCAiOSLib: 2d5f7db0f3895ec46a7895f7176d8d826b5e45e7
2521

26-
PODFILE CHECKSUM: 82389f55cd518a94e38be34fedc55d9f5f7d40c9
22+
PODFILE CHECKSUM: 6ce12c81b8fb135a738f6fb8b50daab5a2d74f6d
2723

2824
COCOAPODS: 1.2.1

Pods/AlamofireObjectMapper/AlamofireObjectMapper/AlamofireObjectMapper.swift

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

Pods/AlamofireObjectMapper/README.md

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

Pods/Manifest.lock

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

0 commit comments

Comments
 (0)