-
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
fe31ab3
commit 18ff101
Showing
109 changed files
with
93 additions
and
318 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-1.08 KB
...ddedframework/Carnival.framework/Versions/A/Resources/CarnivalResources.bundle/Info.plist
Binary file not shown.
Binary file removed
BIN
-42 Bytes
...rnival.framework/Versions/A/Resources/CarnivalResources.bundle/en.lproj/InfoPlist.strings
Binary file not shown.
79 changes: 0 additions & 79 deletions
79
...mework/Carnival.framework/Versions/A/Resources/CarnivalResources.bundle/load_failure.html
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-423 Bytes
Carnival.embeddedframework/Carnival.framework/Versions/A/Resources/Info.plist
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module Carnival { | ||
umbrella header "Carnival-umbrella.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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.0.0' | ||
s.version = '6.1.0' | ||
s.summary = 'Carnival iOS SDK for integrating with http://carnival.io messaging and analytics service.' | ||
s.author = { | ||
'Carnival Mobile' => '[email protected]' | ||
|
@@ -10,16 +10,16 @@ Pod::Spec.new do |s| | |
:git => 'https://github.com/carnivalmobile/carnival-ios-sdk.git', | ||
:tag => s.version.to_s | ||
} | ||
s.source_files = 'Carnival.embeddedframework/Carnival.framework/Versions/A/Headers/*.h' | ||
s.source_files = 'Carnival.framework/Headers/*.h' | ||
s.xcconfig = { | ||
'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Carnival/**"' | ||
} | ||
s.platform = :ios | ||
s.ios.deployment_target = '8.0' | ||
s.resources = 'Carnival.embeddedframework/Carnival.framework/Versions/A/Resources/CarnivalResources.bundle' | ||
s.public_header_files = 'Carnival.embeddedframework/Carnival.framework/Versions/A/Headers/*.h' | ||
s.vendored_frameworks = 'Carnival.embeddedframework/Carnival.framework' | ||
s.preserve_paths = 'Carnival.embeddedframework/Carnival.framework' | ||
s.resources = 'Carnival.framework/*.png' | ||
s.public_header_files = 'Carnival.framework/Headers/*.h' | ||
s.vendored_frameworks = 'Carnival.framework' | ||
s.preserve_paths = 'Carnival.framework' | ||
s.frameworks = 'UIKit', 'Foundation', 'CoreLocation', 'CoreGraphics', 'AVFoundation', 'MediaPlayer', 'QuartzCore', 'Security' | ||
s.license = {:type => 'commercial', :text =>'Please refer to our privacy policy and terms of service at http://carnival.io'} | ||
s.requires_arc = true | ||
|
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
1 change: 0 additions & 1 deletion
1
ExampleProject/ExampleProject/Carnival.embeddedframework/Carnival.framework/Carnival
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
ExampleProject/ExampleProject/Carnival.embeddedframework/Carnival.framework/Headers
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
ExampleProject/ExampleProject/Carnival.embeddedframework/Carnival.framework/Resources
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-5.37 MB
...eProject/ExampleProject/Carnival.embeddedframework/Carnival.framework/Versions/A/Carnival
Binary file not shown.
Binary file removed
BIN
-1.07 KB
...ddedframework/Carnival.framework/Versions/A/Resources/CarnivalResources.bundle/Info.plist
Binary file not shown.
Binary file removed
BIN
-42 Bytes
...rnival.framework/Versions/A/Resources/CarnivalResources.bundle/en.lproj/InfoPlist.strings
Binary file not shown.
Oops, something went wrong.