blob: 7a8259df06ee0dedecf54ed69dfd5336a4bd9d5b [file] [log] [blame]
{
"name": "XcodeEdit",
"version": "1.0.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.10"
},
"source": {
"git": "https://github.com/tomlokhorst/XcodeEdit.git",
"tag": "1.0.0"
},
"source_files": "Sources",
"pushed_with_swift_version": "3.0"
}