Skip to content

Commit 1abfb5f

Browse files
author
Pallab Maiti
authored
[Bugfix] Update Podspec
1 parent 7127e52 commit 1abfb5f

8 files changed

Lines changed: 117 additions & 73 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Carthage/Build
3434
# Note: if you ignore the Pods directory, make sure to uncomment
3535
# `pod install` in .travis.yml
3636
#
37-
# Pods/
37+
Pods/

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

Example/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

Example/Podfile.lock

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
PODS:
2+
- FBAEMKit (13.2.0):
3+
- FBSDKCoreKit_Basics (= 13.2.0)
4+
- FBSDKCoreKit (13.2.0):
5+
- FBAEMKit (= 13.2.0)
6+
- FBSDKCoreKit_Basics (= 13.2.0)
7+
- FBSDKCoreKit_Basics (13.2.0)
8+
- FBSnapshotTestCase (2.1.4):
9+
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
10+
- FBSnapshotTestCase/Core (2.1.4)
11+
- FBSnapshotTestCase/SwiftSupport (2.1.4):
12+
- FBSnapshotTestCase/Core
13+
- Rudder (1.6.0)
14+
- Rudder-Facebook (2.0.0):
15+
- FBSDKCoreKit (~> 13.2.0)
16+
- Rudder (~> 1.0)
17+
18+
DEPENDENCIES:
19+
- FBSnapshotTestCase
20+
- Rudder-Facebook (from `../`)
21+
22+
SPEC REPOS:
23+
trunk:
24+
- FBAEMKit
25+
- FBSDKCoreKit
26+
- FBSDKCoreKit_Basics
27+
- FBSnapshotTestCase
28+
- Rudder
29+
30+
EXTERNAL SOURCES:
31+
Rudder-Facebook:
32+
:path: "../"
33+
34+
SPEC CHECKSUMS:
35+
FBAEMKit: c2b2895363b7e57192013d1dc49fdf498b28624c
36+
FBSDKCoreKit: 58139803d861e72c7661dc875611a759352a55ac
37+
FBSDKCoreKit_Basics: 1ffc68326a5ece051d85574f02a0adcf27c2a5f2
38+
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
39+
Rudder: 67c3dffe0b253236794e448d5d279a4d54819804
40+
Rudder-Facebook: da04216dec5c1907619abe2062651551bdba6e7e
41+
42+
PODFILE CHECKSUM: 046968ef657e641218309baa81ef9eb5d96cf12a
43+
44+
COCOAPODS: 1.11.3

Example/Rudder-Facebook.xcodeproj/project.pbxproj

Lines changed: 53 additions & 53 deletions
Large diffs are not rendered by default.

Example/Rudder-Facebook.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Rudder-Facebook.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = { :type => "Apache", :file => "LICENSE" }
1212
s.author = { 'Rudderlabs' => 'arnab@rudderlabs.com' }
1313
s.source = { :git => 'https://github.com/rudderlabs/rudder-integration-facebook-ios.git', :tag => 'v2.0.0' }
14-
s.platform = :ios, "9.0"
14+
s.platform = :ios, "11.0"
1515

1616
s.source_files = 'Rudder-Facebook/Classes/**/*'
1717

0 commit comments

Comments
 (0)