Skip to content

Commit

Permalink
Update Podspec (#388)
Browse files Browse the repository at this point in the history
- Fixed typo in podspec
  • Loading branch information
Br1an-Boyle authored Dec 16, 2020
1 parent 28fb6b3 commit 24fef09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Intercom.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
s.library = "icucore", "xml2"
s.requires_arc = true
s.source = :git => 'https://github.com/intercom/intercom-ios.git', :tag => s.version.to_s
s.source = {:git => 'https://github.com/intercom/intercom-ios.git', :tag => s.version.to_s}
s.platform = :ios, '10.0'
s.preserve_paths = 'Intercom.xcframework'
s.vendored_frameworks = 'Intercom.xcframework'
Expand Down

0 comments on commit 24fef09

Please sign in to comment.