blob: e9294fe06cc276ab614858e7127b91ebe989e617 [file] [log] [blame]
{
"name": "EELicense",
"version": "0.1.0",
"summary": "UIViewController subclass with a simple API for displaying licensing information.",
"description": "LicenseVC is a UIViewController subclass that displays licensing information in an organized and beautiful way using a simple API. Just add the owner, year and license type and you're set to go.",
"homepage": "https://github.com/eeschimosu/EELicense",
"license": "MIT",
"authors": {
"Eduard Ichim": "eeschimosu@gmail.com"
},
"source": {
"git": "https://github.com/eeschimosu/EELicense.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EELicense": [
"Pod/Assets/*.png"
]
}
}