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
[Delete] DSPSDK 1.0.0.3
[CocoaPods.git]
/
Specs
/
0
/
b
/
c
/
UDatePicker
/
0.1.0
/
UDatePicker.podspec.json
blob
531b06560c387a80c5f1a5ec585e2872a4422e54
1
{
2
"name": "UDatePicker",
3
"version": "0.1.0",
4
"authors": {
5
"4074": "fourzerosevenfour@gmail.com"
6
},
7
"homepage": "https://github.com/4074/UDatePicker.git",
8
"summary": "Simple DatePicker widget in Swift",
9
"source": {
10
"git": "https://github.com/4074/UDatePicker.git",
11
"tag": "0.1.0"
12
},
13
"license": {
14
"type": "MIT",
15
"file": "LICENSE"
16
},
17
"platforms": {
18
"ios": "8.0"
19
},
20
"source_files": "UDatePicker.swift",
21
"requires_arc": true,
22
"ios": {
23
"frameworks": [
24
"UIKit"
25
]
26
}
27
}