Skip to content

Commit

Permalink
Fixed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
xulinfeng committed Dec 16, 2018
1 parent f6c6c04 commit 0b8760c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Specs/GCDTimer/1.0.0/GCDTimer.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 0b8760c

Please sign in to comment.