Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit d04f120

Browse files
swami701flovilmart
authored andcommitted
UPDATE LIBS: Update Parse, Bolts and Facebook Libraries (#84)
* UPDATE LIBS: Update Parse, Bolts and Facebook Libraries * TRAVIS YML: Update XCode image from default to 8.2 * TRAVIS CI: Downgrade XCode image version from 8.2 to 8 * UPDATE GEMFILE: Update gemfile lock packages
1 parent 6f84793 commit d04f120

File tree

3 files changed

+53
-45
lines changed

3 files changed

+53
-45
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branches:
44
- master-v3
55
language: objective-c
66
os: osx
7-
osx_image: xcode7.3
7+
osx_image: xcode8
88
env:
99
global:
1010
- LC_CTYPE=en_US.UTF-8

Gemfile.lock

Lines changed: 47 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,73 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.0.0)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
CFPropertyList (2.3.5)
5+
activesupport (4.2.10)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
89
tzinfo (~> 1.1)
9-
claide (1.0.0)
10-
cocoapods (1.0.1)
11-
activesupport (>= 4.0.2)
12-
claide (>= 1.0.0, < 2.0)
13-
cocoapods-core (= 1.0.1)
14-
cocoapods-deintegrate (>= 1.0.0, < 2.0)
15-
cocoapods-downloader (>= 1.0.0, < 2.0)
10+
claide (1.0.2)
11+
cocoapods (1.3.1)
12+
activesupport (>= 4.0.2, < 5)
13+
claide (>= 1.0.2, < 2.0)
14+
cocoapods-core (= 1.3.1)
15+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
16+
cocoapods-downloader (>= 1.1.3, < 2.0)
1617
cocoapods-plugins (>= 1.0.0, < 2.0)
1718
cocoapods-search (>= 1.0.0, < 2.0)
1819
cocoapods-stats (>= 1.0.0, < 2.0)
19-
cocoapods-trunk (>= 1.0.0, < 2.0)
20-
cocoapods-try (>= 1.0.0, < 2.0)
21-
colored (~> 1.2)
20+
cocoapods-trunk (>= 1.2.0, < 2.0)
21+
cocoapods-try (>= 1.1.0, < 2.0)
22+
colored2 (~> 3.1)
2223
escape (~> 0.0.4)
23-
fourflusher (~> 0.3.0)
24-
molinillo (~> 0.4.5)
24+
fourflusher (~> 2.0.1)
25+
gh_inspector (~> 1.0)
26+
molinillo (~> 0.5.7)
2527
nap (~> 1.0)
26-
xcodeproj (>= 1.1.0, < 2.0)
27-
cocoapods-core (1.0.1)
28-
activesupport (>= 4.0.2)
28+
ruby-macho (~> 1.1)
29+
xcodeproj (>= 1.5.1, < 2.0)
30+
cocoapods-core (1.3.1)
31+
activesupport (>= 4.0.2, < 6)
2932
fuzzy_match (~> 2.0.4)
3033
nap (~> 1.0)
31-
cocoapods-deintegrate (1.0.0)
32-
cocoapods-downloader (1.1.0)
34+
cocoapods-deintegrate (1.0.1)
35+
cocoapods-downloader (1.1.3)
3336
cocoapods-plugins (1.0.0)
3437
nap
3538
cocoapods-search (1.0.0)
3639
cocoapods-stats (1.0.0)
37-
cocoapods-trunk (1.0.0)
40+
cocoapods-trunk (1.3.0)
3841
nap (>= 0.8, < 2.0)
39-
netrc (= 0.7.8)
42+
netrc (~> 0.11)
4043
cocoapods-try (1.1.0)
41-
colored (1.2)
42-
concurrent-ruby (1.0.2)
44+
colored2 (3.1.2)
45+
concurrent-ruby (1.0.5)
4346
escape (0.0.4)
44-
fourflusher (0.3.2)
47+
fourflusher (2.0.1)
4548
fuzzy_match (2.0.4)
46-
i18n (0.7.0)
47-
minitest (5.9.0)
48-
molinillo (0.4.5)
49+
gh_inspector (1.0.3)
50+
i18n (0.9.0)
51+
concurrent-ruby (~> 1.0)
52+
minitest (5.10.3)
53+
molinillo (0.5.7)
54+
nanaimo (0.2.3)
4955
nap (1.1.0)
5056
naturally (2.1.0)
51-
netrc (0.7.8)
52-
rake (11.2.2)
53-
rouge (1.11.1)
54-
thread_safe (0.3.5)
55-
tzinfo (1.2.2)
57+
netrc (0.11.0)
58+
rake (12.1.0)
59+
rouge (2.0.7)
60+
ruby-macho (1.1.0)
61+
thread_safe (0.3.6)
62+
tzinfo (1.2.3)
5663
thread_safe (~> 0.1)
57-
xcodeproj (1.2.0)
58-
activesupport (>= 3)
59-
claide (>= 1.0.0, < 2.0)
60-
colored (~> 1.2)
61-
xcpretty (0.2.2)
62-
rouge (~> 1.8)
64+
xcodeproj (1.5.2)
65+
CFPropertyList (~> 2.3.3)
66+
claide (>= 1.0.2, < 2.0)
67+
colored2 (~> 3.1)
68+
nanaimo (~> 0.2.3)
69+
xcpretty (0.2.8)
70+
rouge (~> 2.0.7)
6371

6472
PLATFORMS
6573
ruby
@@ -71,4 +79,4 @@ DEPENDENCIES
7179
xcpretty
7280

7381
BUNDLED WITH
74-
1.12.5
82+
1.15.4

ParseFacebookUtilsV4.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Pod::Spec.new do |s|
3030
'Social'
3131
s.libraries = 'z', 'sqlite3'
3232

33-
s.dependency 'Bolts/Tasks', '>= 1.6'
34-
s.dependency 'Parse', '~> 1.12'
35-
s.dependency 'FBSDKCoreKit', '~> 4.10'
33+
s.dependency 'Bolts/Tasks', '>= 1.8.4'
34+
s.dependency 'Parse', '~> 1.15.1'
35+
s.dependency 'FBSDKCoreKit', '~> 4.24.0'
3636

37-
s.ios.dependency 'FBSDKLoginKit', '~> 4.10'
38-
s.tvos.dependency 'FBSDKTVOSKit', '~> 4.10'
37+
s.ios.dependency 'FBSDKLoginKit', '~> 4.24.0'
38+
s.tvos.dependency 'FBSDKTVOSKit', '~> 4.24.0'
3939
end

0 commit comments

Comments
 (0)