blob: b91a3b29ee039fecc2aea0de69be1b1c7fc51b29 [file] [log] [blame]
{
"name": "ESOpenSourceLicenses",
"version": "1.0.1",
"platforms": {
"ios": "6.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/ESOpenSourceLicenses",
"source": {
"git": "https://github.com/e-sites/ESOpenSourceLicenses.git",
"tag": "1.0.1"
},
"screenshots": "https://raw.githubusercontent.com/e-sites/ESOpenSourceLicenses/master/Assets/example.gif",
"source_files": "ESOpenSourceLicenses/Classes/*.*",
"preserve_paths": "ESOpenSourceLicenses/Scripts/*.*",
"resource_bundles": {
"ESOpenSourceLicenses": [
"ESOpenSourceLicenses/Resources/opensource-licenses.html"
]
},
"requires_arc": true
}