blob: 5e21882a4dbf6cddc64187ed658edeaa2a47525f [file] [log] [blame]
{
"name": "XcodeEdit",
"version": "2.5.1",
"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.10"
},
"source": {
"git": "https://github.com/tomlokhorst/XcodeEdit.git",
"tag": "2.5.1"
},
"source_files": "Sources/XcodeEdit",
"swift_version": "4.2"
}