blob: 8862a503e4e76defc5b5bd0316ac84960971a36a [file] [log] [blame]
{
"name": "xcodeproj",
"version": "7.9.0",
"summary": "Read/Modify/Write your Xcode projects",
"homepage": "https://github.com/tuist/xcodeproj",
"license": "MIT",
"source": {
"git": "https://github.com/tuist/xcodeproj.git",
"tag": "7.9.0"
},
"requires_arc": true,
"authors": "Tuist",
"swift_versions": "5.1",
"platforms": {
"osx": "10.10"
},
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"PathKit": [
"~> 1.0.0"
],
"AEXML": [
"~> 4.4.0"
]
},
"swift_version": "5.1"
}