Skip to content

Commit

Permalink
Upload from last changes made on previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsetragni committed May 12, 2023
1 parent 417a743 commit d9f96e8
Show file tree
Hide file tree
Showing 41 changed files with 1,555 additions and 1,040 deletions.
3 changes: 2 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!

platform :ios, '11.0'
platform :ios, '13.0'

target 'IosAwnCore_Example' do
pod 'IosAwnCore', :path => '../'
Expand All @@ -16,6 +16,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- IosAwnCore (0.7.3)
- IosAwnCore (0.7.5-dev.2)

DEPENDENCIES:
- FBSnapshotTestCase (~> 2.1.4)
Expand All @@ -20,8 +20,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
IosAwnCore: 6494e0e174d49f04f513e8a002187be226889a37
IosAwnCore: 76624636cfad2c005c2eea9203bbc6f7a022a680

PODFILE CHECKSUM: d8cb97071873aa1674a26379bee3d448a3b1908f
PODFILE CHECKSUM: fc29e9727f005f4a155945343f8282c8133040f5

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/IosAwnCore.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,227 changes: 612 additions & 615 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions IosAwnCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'IosAwnCore'
s.version = '0.7.4-pre.3'
s.version = '0.7.5-dev.2'
s.summary = 'Awesome Notifications iOS Core'

s.description = <<-DESC
Expand All @@ -24,7 +24,7 @@ Awesome Notifications Ios Core (Only iOS devices).

s.static_framework = true
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.swift_version = '5.3'

s.source_files = 'IosAwnCore/Classes/**/*'
Expand Down
Loading

0 comments on commit d9f96e8

Please sign in to comment.