blob: 3bcb00f4b28b869d7d988498db3219ff224c9fdb [file] [log] [blame]
{
"name": "xcproj",
"version": "0.3.0",
"summary": "Read/Modify/Write your Xcode projects",
"homepage": "https://github.com/xcodeswift/xcproj",
"license": "MIT",
"authors": [
"Pedro Pinñera",
"Yonas Kolb"
],
"source": {
"git": "https://github.com/xcodeswift/xcproj.git",
"tag": "0.3.0"
},
"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": "4.0"
}