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] SindarinSwiftSDK 1.0.0
[CocoaPods.git]
/
Specs
/
b
/
a
/
5
/
xcproj
/
0.3.0
/
xcproj.podspec.json
blob
3bcb00f4b28b869d7d988498db3219ff224c9fdb
1
{
2
"name": "xcproj",
3
"version": "0.3.0",
4
"summary": "Read/Modify/Write your Xcode projects",
5
"homepage": "https://github.com/xcodeswift/xcproj",
6
"license": "MIT",
7
"authors": [
8
"Pedro Pinñera",
9
"Yonas Kolb"
10
],
11
"source": {
12
"git": "https://github.com/xcodeswift/xcproj.git",
13
"tag": "0.3.0"
14
},
15
"requires_arc": true,
16
"platforms": {
17
"osx": "10.10"
18
},
19
"source_files": "Sources/**/*.{swift}",
20
"dependencies": {
21
"PathKit": [
22
"~> 0.8"
23
],
24
"Unbox": [
25
"~> 2.5"
26
],
27
"AEXML": [
28
"~> 4.1"
29
]
30
},
31
"pushed_with_swift_version": "4.0"
32
}