diff --git a/Example/Podfile.lock b/Example/Podfile.lock index afed0de..29f7149 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -4,7 +4,7 @@ PODS: - FBSnapshotTestCase/Core (2.1.4) - FBSnapshotTestCase/SwiftSupport (2.1.4): - FBSnapshotTestCase/Core - - IosAwnCore (0.7.1) + - IosAwnCore (0.7.3) DEPENDENCIES: - FBSnapshotTestCase (~> 2.1.4) @@ -20,7 +20,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a - IosAwnCore: fd348a51573643e26a194fe20fc78e4190dcadf6 + IosAwnCore: 6494e0e174d49f04f513e8a002187be226889a37 PODFILE CHECKSUM: d8cb97071873aa1674a26379bee3d448a3b1908f diff --git a/Example/Pods/Local Podspecs/IosAwnCore.podspec.json b/Example/Pods/Local Podspecs/IosAwnCore.podspec.json index 68cd091..f834c30 100644 --- a/Example/Pods/Local Podspecs/IosAwnCore.podspec.json +++ b/Example/Pods/Local Podspecs/IosAwnCore.podspec.json @@ -1,7 +1,7 @@ { "name": "IosAwnCore", - "version": "0.7.1", - "summary": "Awesome Notifications Ios Core", + "version": "0.7.3", + "summary": "Awesome Notifications iOS Core", "description": "Awesome Notifications Ios Core (Only iOS devices).", "homepage": "https://github.com/rafaelsetragni/IosAwnCore", "license": { @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/rafaelsetragni/IosAwnCore.git", - "tag": "0.7.1" + "tag": "0.7.3" }, "static_framework": true, "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index afed0de..29f7149 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -4,7 +4,7 @@ PODS: - FBSnapshotTestCase/Core (2.1.4) - FBSnapshotTestCase/SwiftSupport (2.1.4): - FBSnapshotTestCase/Core - - IosAwnCore (0.7.1) + - IosAwnCore (0.7.3) DEPENDENCIES: - FBSnapshotTestCase (~> 2.1.4) @@ -20,7 +20,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a - IosAwnCore: fd348a51573643e26a194fe20fc78e4190dcadf6 + IosAwnCore: 6494e0e174d49f04f513e8a002187be226889a37 PODFILE CHECKSUM: d8cb97071873aa1674a26379bee3d448a3b1908f diff --git a/Example/Pods/Target Support Files/IosAwnCore/IosAwnCore-Info.plist b/Example/Pods/Target Support Files/IosAwnCore/IosAwnCore-Info.plist index cc1a0c6..a5408c1 100644 --- a/Example/Pods/Target Support Files/IosAwnCore/IosAwnCore-Info.plist +++ b/Example/Pods/Target Support Files/IosAwnCore/IosAwnCore-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.7.1 + 0.7.3 CFBundleSignature ???? CFBundleVersion diff --git a/IosAwnCore.podspec b/IosAwnCore.podspec index c60f7c4..949571f 100644 --- a/IosAwnCore.podspec +++ b/IosAwnCore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'IosAwnCore' - s.version = '0.7.2' + s.version = '0.7.3' s.summary = 'Awesome Notifications iOS Core' s.description = <<-DESC @@ -31,7 +31,8 @@ Awesome Notifications Ios Core (Only iOS devices). s.xcconfig = { 'ENABLE_BITCODE' => 'NO', - 'APPLICATION_EXTENSION_API_ONLY' => 'NO' + 'APPLICATION_EXTENSION_API_ONLY' => 'NO', + 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' } end