diff --git a/Specs/GCDTimer/1.0.0/GCDTimer.podspec.json b/Specs/GCDTimer/1.0.0/GCDTimer.podspec.json index 64a9ca1..9f51f14 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/GCDTimer/Private/*.h" + "source_files": "GCDTimer/GCDTimer/*.{h,m}", + "private_header_files ": "GCDTimer/GCDTimer/GCDTimer+Private.h" } \ No newline at end of file