Skip to content

Commit

Permalink
update particle sdk dependency to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
RaimundasSakalauskas committed Aug 2, 2018
1 parent c647750 commit f7680e6
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 29 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -7,3 +7,6 @@
[submodule "Carthage/Checkouts/SDK"]
path = Carthage/Checkouts/SDK
url = file:///Volumes/Data/Projects/Particle/SDK
[submodule "Carthage/Checkouts/particle-sdk-ios"]
path = Carthage/Checkouts/particle-sdk-ios
url = https://github.com/particle-iot/particle-sdk-ios.git
2 changes: 1 addition & 1 deletion Cartfile
@@ -1,3 +1,3 @@
github "AFNetworking/AFNetworking" ~> 3.0.0
git "file:///Volumes/Data/Projects/Particle/SDK" "feature/drop_afnetworking"
github "particle-iot/particle-sdk-ios" ~> 0.8.0
github "AgileBits/onepassword-extension" "add-framework-support"
2 changes: 1 addition & 1 deletion Cartfile.resolved
@@ -1,3 +1,3 @@
git "file:///Volumes/Data/Projects/Particle/SDK" "e41d86c5dcfd3e75b5b508395e030454e324d730"
github "AFNetworking/AFNetworking" "3.2.1"
github "AgileBits/onepassword-extension" "bcc4cc97fed9a6e73fa204f2e61138e353cb3ef7"
github "particle-iot/particle-sdk-ios" "0.8.0"
1 change: 1 addition & 0 deletions Carthage/Checkouts/particle-sdk-ios
Submodule particle-sdk-ios added at 9fc11d
2 changes: 1 addition & 1 deletion ParticleSetup.xcodeproj/project.pbxproj
Expand Up @@ -511,8 +511,8 @@
projectDirPath = "";
projectRoot = "";
targets = (
938368C6210639760064D8E3 /* ParticleSetupCarthage */,
936F14CD210B9F4C0095A12F /* ParticleSetupPods */,
938368C6210639760064D8E3 /* ParticleSetupCarthage */,
);
};
/* End PBXProject section */
Expand Down
11 changes: 5 additions & 6 deletions Podfile
Expand Up @@ -2,9 +2,8 @@ source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '9.0'

project 'ParticleSetup pod'
target 'ParticleSetup' do
pod 'AFNetworking'
pod 'Particle-SDK'
pod '1PasswordExtension'
end
target 'ParticleSetupPods' do
pod 'AFNetworking'
pod 'Particle-SDK'
pod '1PasswordExtension'
end
47 changes: 27 additions & 20 deletions Podfile.lock
@@ -1,25 +1,26 @@
PODS:
- 1PasswordExtension (1.8.4)
- AFNetworking (3.1.0):
- AFNetworking/NSURLSession (= 3.1.0)
- AFNetworking/Reachability (= 3.1.0)
- AFNetworking/Security (= 3.1.0)
- AFNetworking/Serialization (= 3.1.0)
- AFNetworking/UIKit (= 3.1.0)
- AFNetworking/NSURLSession (3.1.0):
- AFNetworking (3.2.1):
- AFNetworking/NSURLSession (= 3.2.1)
- AFNetworking/Reachability (= 3.2.1)
- AFNetworking/Security (= 3.2.1)
- AFNetworking/Serialization (= 3.2.1)
- AFNetworking/UIKit (= 3.2.1)
- AFNetworking/NSURLSession (3.2.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (3.1.0)
- AFNetworking/Security (3.1.0)
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/Reachability (3.2.1)
- AFNetworking/Security (3.2.1)
- AFNetworking/Serialization (3.2.1)
- AFNetworking/UIKit (3.2.1):
- AFNetworking/NSURLSession
- Particle-SDK (0.7.0):
- Particle-SDK/Helpers (= 0.7.0)
- Particle-SDK/SDK (= 0.7.0)
- Particle-SDK/Helpers (0.7.0)
- Particle-SDK/SDK (0.7.0):
- Particle-SDK (0.8.0):
- Particle-SDK/Helpers (= 0.8.0)
- Particle-SDK/SDK (= 0.8.0)
- Particle-SDK/Helpers (0.8.0):
- AFNetworking (~> 3.0)
- Particle-SDK/SDK (0.8.0):
- AFNetworking (~> 3.0)
- Particle-SDK/Helpers

Expand All @@ -28,11 +29,17 @@ DEPENDENCIES:
- AFNetworking
- Particle-SDK

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- 1PasswordExtension
- AFNetworking
- Particle-SDK

SPEC CHECKSUMS:
1PasswordExtension: e775a29310c65851e5a6cec1afc349ab4e334e47
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
Particle-SDK: d08e4a9e42c927bd997cd4817e5a01894ace4187
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
Particle-SDK: d9538a956995c2f8292d2c6e89691e794140b1f2

PODFILE CHECKSUM: f866209a14faa101295fdcc2829551024d8ca11a
PODFILE CHECKSUM: 0f32fd9817e10ab3002eedad5b03b781273686fc

COCOAPODS: 1.3.1
COCOAPODS: 1.5.3

0 comments on commit f7680e6

Please sign in to comment.