From 9621ebfb47f1d8fae9e577f5e314829e54fd1463 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Fri, 26 Feb 2016 04:31:48 +0100 Subject: [PATCH] no message --- Example/Podfile.lock | 2 +- Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json | 3 +-- Example/Pods/Manifest.lock | 2 +- PNXMPPFramework.podspec | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 985fb50..62628e4 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -178,7 +178,7 @@ SPEC CHECKSUMS: FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 KissXML: d19dd6dc65e0dc721ba92b3077b8ebdd240f1c1e libidn: fdf56b4958f08f8544c4cf45b3ed28bfe45c2b05 - PNXMPPFramework: 74877c04ff3b2ee176ee8f766ceb84eeee5fa9be + PNXMPPFramework: 83fb69ac6878fac532c6920e2561f08d80f96863 PODFILE CHECKSUM: c24dacdc80a49fe0e0fea049a6d762eb76667498 diff --git a/Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json b/Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json index 9022fbc..51d2d6c 100644 --- a/Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json +++ b/Example/Pods/Local Podspecs/PNXMPPFramework.podspec.json @@ -15,7 +15,6 @@ "ios": "7.0" }, "requires_arc": true, - "source_files": "Pod/Classes/**/*", "resources": [ "**/*.{xcdatamodel,xcdatamodeld}" ], @@ -24,7 +23,7 @@ "Pod/Assets/*.png" ] }, - "preserve_paths": "PNXMPPFramework/module/module.modulemap", + "preserve_paths": "module/module.modulemap", "subspecs": [ { "name": "Core", diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 985fb50..62628e4 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -178,7 +178,7 @@ SPEC CHECKSUMS: FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 KissXML: d19dd6dc65e0dc721ba92b3077b8ebdd240f1c1e libidn: fdf56b4958f08f8544c4cf45b3ed28bfe45c2b05 - PNXMPPFramework: 74877c04ff3b2ee176ee8f766ceb84eeee5fa9be + PNXMPPFramework: 83fb69ac6878fac532c6920e2561f08d80f96863 PODFILE CHECKSUM: c24dacdc80a49fe0e0fea049a6d762eb76667498 diff --git a/PNXMPPFramework.podspec b/PNXMPPFramework.podspec index e8d2f0b..15d8bde 100644 --- a/PNXMPPFramework.podspec +++ b/PNXMPPFramework.podspec @@ -39,7 +39,7 @@ Pod::Spec.new do |s| # s.dependency 'AFNetworking', '~> 2.3' -s.preserve_path = 'PNXMPPFramework/module/module.modulemap' +s.preserve_path = 'module/module.modulemap' #s.module_map = 'module/module.modulemap' s.subspec 'Core' do |core|