blob: 4b485ce80196c3c5ac5ebabda5b7e169808c4b3c [file] [log] [blame]
{
"name": "ESOpenSourceLicensesKit",
"version": "1.3.3",
"platforms": {
"ios": "8.0"
},
"summary": "A bash script to generate an HTML file of all the license files used with your CocoaPods Project",
"authors": {
"Bas van Kuijck": "bas@e-sites.nl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/e-sites/ESOpenSourceLicensesKit",
"source": {
"git": "https://github.com/e-sites/ESOpenSourceLicensesKit.git",
"tag": "1.3.3"
},
"screenshots": "https://raw.githubusercontent.com/e-sites/ESOpenSourceLicensesKit/master/Assets/example.gif",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"preserve_paths": "ESOpenSourceLicensesKit/Scripts/*.*",
"resource_bundles": {
"ESOpenSourceLicensesKit": [
"ESOpenSourceLicensesKit/Resources/opensource-licenses.html"
]
},
"source_files": "ESOpenSourceLicensesKit/Classes/*.{swift}"
}