blob: aa5aaa41acd7db2077d8bd03798a0661b1e05bbe [file] [log] [blame]
{
"name": "SUBLicenseViewController",
"version": "1.0.1",
"summary": "Incredibly simple license view controller. Makes it easy to attractively present acknowledgements for open source libraries within your app.",
"description": "Incredibly simple license view controller for iOS. Makes it really easy to attractively present acknowledgements for open source libraries within your app.",
"homepage": "https://github.com/insanj/SUBLicenseViewController",
"screenshots": [
"https://raw.githubusercontent.com/insanj/SUBLicenseViewController/master/Screenshots/first.png",
"https://raw.githubusercontent.com/insanj/SUBLicenseViewController/master/Screenshots/first.png"
],
"license": "MIT",
"authors": {
"insanj": "insanjmail@gmail.com"
},
"source": {
"git": "https://github.com/insanj/SUBLicenseViewController.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/insanj",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SUBLicenseViewController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}