blob: 6363a21d191d7a7033cc7dd50865f13b33d9868b [file] [log] [blame]
{
"name": "xcproj",
"version": "1.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": "1.3.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"PathKit": [
"~> 0.8"
],
"AEXML": [
"~> 4.1"
]
},
"pushed_with_swift_version": "4.0"
}