-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dec7531
commit e60f036
Showing
9 changed files
with
58 additions
and
40 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Carnival' | ||
s.version = '6.1.1' | ||
s.version = '6.1.2' | ||
s.summary = 'Carnival iOS SDK for integrating with http://carnival.io messaging and analytics service.' | ||
s.author = { | ||
'Carnival Mobile' => '[email protected]' | ||
|
@@ -20,7 +20,7 @@ Pod::Spec.new do |s| | |
s.public_header_files = 'Carnival.framework/Headers/*.h' | ||
s.vendored_frameworks = 'Carnival.framework' | ||
s.preserve_paths = 'Carnival.framework' | ||
s.frameworks = 'UIKit', 'Foundation', 'CoreLocation', 'CoreGraphics', 'QuartzCore', 'Security' | ||
s.frameworks = 'UIKit', 'Foundation', 'CoreLocation', 'CoreGraphics', 'QuartzCore' | ||
s.license = {:type => 'commercial', :text =>'Please refer to our privacy policy and terms of service at http://carnival.io'} | ||
s.requires_arc = true | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
SwiftExampleProject/SwiftExampleProject/Vendor/Carnival/Carnival-Bridging-Header.h
This file was deleted.
Oops, something went wrong.
The download of 6.1.2 says 6.1.1 here in Carnival.h. Is this intended?