blob: 87ddd2f7d29355cc48a2fde33b2feddd7a91c072 [file] [log] [blame]
{
"name": "XcodeEdit",
"version": "2.2.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": "2.2.0"
},
"source_files": "Sources"
}