-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xulinfeng
committed
Dec 16, 2018
1 parent
affd0a2
commit ebe18a5
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
Specs/GCDCountingTimer/1.0.0/GCDCountingTimer.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |