blob: 4f4661375a2a07187976abb0e329de859e433ab2 [file] [log] [blame]
{
"name": "LicenseVC",
"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/LicenseVC",
"license": "MIT",
"authors": {
"Eduard Ichim": "eeschimosu@gmail.com"
},
"source": {
"git": "https://github.com/eeschimosu/LicenseVC.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/eeschimosu",
"platforms": {
"ios": "8.4"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LicenseVC": [
"Pod/Assets/*.png"
]
}
}