blob: 26c23aa80d762afc63894aa99f19c6776eb5707f [file] [log] [blame]
{
"name": "xcodeproj",
"version": "0.1.2",
"summary": "Read/Modify/Write your Xcode projects",
"homepage": "https://github.com/swift-xcode/xcodeproj",
"license": "MIT",
"authors": [
"Pedro Pinñera",
"Yonas Kolb"
],
"source": {
"git": "https://github.com/swift-xcode/xcodeproj.git",
"tag": "0.1.2"
},
"requires_arc": true,
"platforms": {
"osx": "10.10"
},
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"PathKit": [
"~> 0.8"
],
"Unbox": [
"~> 2.5"
],
"AEXML": [
"~> 4.1"
]
},
"pushed_with_swift_version": "3.1"
}