blob: 7b86bea8c3b5c4992c1982cc7939ee78e4b71db6 [file] [log] [blame]
{
"name": "ESOpenSourceLicenses",
"version": "1.0.0",
"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.0"
},
"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": false
}