blob: c0f53af26b28dc13e0f6e96cc470f3061bcd5b71 [file] [log] [blame]
{
"name": "XcodeEditor",
"version": "1.3",
"license": "Apache License, Version 2.0",
"summary": "An API for manipulating Xcode Projects using objective-C.",
"homepage": "https://github.com/jasperblues/XcodeEditor",
"authors": {
"Jasper Blues": "jasper@appsquick.ly"
},
"source": {
"git": "https://github.com/appsquickly/XcodeEditor.git",
"tag": "v1.3"
},
"platforms": {
"osx": null
},
"source_files": [
"Source/Main/*.{h,m}",
"Source/Main/Utils/*.{h,m}"
],
"requires_arc": true
}