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] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git]
/
Specs
/
1
/
6
/
a
/
SwiftCSV
/
0.1.0
/
SwiftCSV.podspec.json
blob
2f82f4e323b53e738be45c441d5c2632cfbe093b
1
{
2
"name": "SwiftCSV",
3
"version": "0.1.0",
4
"summary": "CSV parser for Swift",
5
"homepage": "https://github.com/naoty/SwiftCSV",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Naoto Kaneko": "naoty.k@gmail.com"
12
},
13
"source": {
14
"git": "https://github.com/naoty/SwiftCSV.git",
15
"tag": "0.1.0"
16
},
17
"platforms": {
18
"ios": "8.0",
19
"osx": "10.9"
20
},
21
"source_files": "SwiftCSV/**/*.swift",
22
"requires_arc": true
23
}