blob: c937d1c7dcc89cdd6c0d119b687fa279b161d370 [file] [log] [blame]
{
"name": "TRexAboutWindowController",
"version": "1.2",
"summary": "A swift clone of PFAboutWindow to create an Xcode 6 like About Window.",
"description": "A sleek replacement for the otherwise bleak 'About' dialog.\nIts nice, looks like Xcode 6's one, and offers the following abilities\n* Open the app's website by clicking its (big) icon (in the dialog) (see Usage below),\n* Extend the dialog to show the 'License Agreement', or\n* The 'Acknowledgments' (see Content below),\n* Change the background and text colors",
"homepage": "https://github.com/dehlen/TRexAboutWindowController",
"screenshots": [
"https://raw.githubusercontent.com/dehlen/TRexAboutWindowController/master/screenshot1.png",
"https://raw.githubusercontent.com/dehlen/TRexAboutWindowController/master/screenshot2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Ehlen": "dehlen@me.com"
},
"social_media_url": "http://twitter.com/da_eh",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/dehlen/TRexAboutWindowController.git",
"tag": "1.2"
},
"source_files": [
"TRexAboutWindowController/**/TRexAboutWindowController.swift",
"TRexAboutWindowController/**/PFAboutWindow.xib"
],
"exclude_files": [
"TRexAboutWindowController/**/AppDelegate.swift",
"TRexAboutWindowController/**/Assets.xcassets",
"TRexAboutWindowController/**/Base.lproj",
"TRexAboutWindowController/**/Credits.rtf",
"TRexAboutWindowController/**/EULA.rtf",
"TRexAboutWindowController/**/Info.plist",
"TRexAboutWindowController/**/ViewController.swift"
]
}