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