From f6c6c045c68125f889ebe1ab9ac6766dabbe47da Mon Sep 17 00:00:00 2001 From: xulinfeng Date: Sun, 16 Dec 2018 18:43:33 +0800 Subject: [PATCH] no message --- Specs/GCDCountingTimer/1.0.0/GCDCountingTimer.podspec.json | 7 ++++++- Specs/GCDTimer/1.0.0/GCDTimer.podspec.json | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Specs/GCDCountingTimer/1.0.0/GCDCountingTimer.podspec.json b/Specs/GCDCountingTimer/1.0.0/GCDCountingTimer.podspec.json index b326025..1bcecc3 100644 --- a/Specs/GCDCountingTimer/1.0.0/GCDCountingTimer.podspec.json +++ b/Specs/GCDCountingTimer/1.0.0/GCDCountingTimer.podspec.json @@ -17,5 +17,10 @@ "tag": "1.0.0" }, "requires_arc": true, - "source_files": "GCDTimer/GCDCountingTimer/*.{h,m}" + "source_files": "GCDTimer/GCDCountingTimer/*.{h,m}", + "dependencies": { + "GCDTimer": [ + "~> 1.0.0" + ] + } } \ No newline at end of file diff --git a/Specs/GCDTimer/1.0.0/GCDTimer.podspec.json b/Specs/GCDTimer/1.0.0/GCDTimer.podspec.json index c1d34dd..64a9ca1 100644 --- a/Specs/GCDTimer/1.0.0/GCDTimer.podspec.json +++ b/Specs/GCDTimer/1.0.0/GCDTimer.podspec.json @@ -17,6 +17,6 @@ "tag": "1.0.0" }, "requires_arc": true, - "source_files": "GCDTimer/GCDTimer/*.{h,m}", - "private_header_files ": "GCDTimer/Private/*.h" + "source_files": "GCDTimer/GCDTimer/**/.{h,m}", + "private_header_files ": "GCDTimer/GCDTimer/Private/*.h" } \ No newline at end of file