repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] RegulaCommonStage 7.5.928
[CocoaPods.git]
/
Specs
/
2
/
6
/
0
/
RCRTimers
/
1.1.0
/
RCRTimers.podspec.json
blob
f05729487b9d181d3d35473dc325da0eb3efadc8
1
{
2
"name": "RCRTimers",
3
"version": "1.1.0",
4
"summary": "iOS timers that can be used to run code at regular intervals.",
5
"homepage": "https://github.com/robinsonrc/RCRTimers",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": "Rich Robinson",
11
"source": {
12
"git": "https://github.com/robinsonrc/RCRTimers.git",
13
"tag": "1.1.0"
14
},
15
"platforms": {
16
"ios": "8.1"
17
},
18
"requires_arc": true,
19
"source_files": [
20
"RCRTimers/*.{h,m}"
21
],
22
"frameworks": "UIKit"
23
}