Skip to content

Commit

Permalink
Added GCDTimer.
Browse files Browse the repository at this point in the history
  • Loading branch information
xulinfeng committed Dec 16, 2018
1 parent affd0a2 commit ebe18a5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Specs/GCDCountingTimer/1.0.0/GCDCountingTimer.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "GCDCountingTimer",
"version": "1.0.0",
"summary": "GCDCountingTimer.",
"description": "Counting timer based on GCD.",
"homepage": "https://github.com/Modool/GCDTimer",
"license": "MIT",
"authors": {
"Modool": "https://github.com/Modool"
},
"social_media_url": "https://github.com/Modool",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Modool/GCDTimer.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "GCDTimer/GCDCountingTimer/*.{h,m}"
}
22 changes: 22 additions & 0 deletions Specs/GCDTimer/1.0.0/GCDTimer.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "GCDTimer",
"version": "1.0.0",
"summary": "GCDTimer.",
"description": "Timer based on GCD.",
"homepage": "https://github.com/Modool/GCDTimer",
"license": "MIT",
"authors": {
"Modool": "https://github.com/Modool"
},
"social_media_url": "https://github.com/Modool",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Modool/GCDTimer.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "GCDTimer/GCDTimer/*.{h,m}",
"private_header_files ": "GCDTimer/Private/*.h"
}

0 comments on commit ebe18a5

Please sign in to comment.