Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
xulinfeng committed Dec 16, 2018
1 parent ebe18a5 commit f6c6c04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Specs/GCDCountingTimer/1.0.0/GCDCountingTimer.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
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/Private/*.h"
"source_files": "GCDTimer/GCDTimer/**/.{h,m}",
"private_header_files ": "GCDTimer/GCDTimer/Private/*.h"
}

0 comments on commit f6c6c04

Please sign in to comment.