blob: 194bbfce2230676e91418abce945a62aa487033d [file] [log] [blame]
{
"name": "XcodeEdit",
"version": "2.7.0",
"license": "MIT",
"summary": "Reading and writing the Xcode pbxproj file format, from Swift!",
"description": "The main goal of this project is to generate project.pbxproj files in the legacy OpenStep format used by Xcode. Using this, a project file can be modified without changing it to XML format and causing a huge git diff.",
"authors": {
"Tom Lokhorst": "tom@lokhorst.eu"
},
"social_media_url": "https://twitter.com/tomlokhorst",
"homepage": "https://github.com/tomlokhorst/XcodeEdit",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/tomlokhorst/XcodeEdit.git",
"tag": "2.7.0"
},
"source_files": "Sources/XcodeEdit",
"swift_versions": "5.1",
"swift_version": "5.1"
}