blob: b3976c52ddf78bfa067d1cb4056c84ce7bff3df5 [file] [log] [blame]
{
"name": "CTHelp",
"version": "0.4.0",
"summary": "A help system for iOS/Swift",
"description": "A drop-in help system for iOS/Swift projects. All you need to do is add your images and text.",
"authors": {
"StewartLynch": "slynch@createchsol.com"
},
"homepage": "https://github.com/StewartLynch/CTHelp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/StewartLynch/CTHelp.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CTHelp/Classes/**/*",
"resource_bundles": {
"CTHelp": [
"CTHelp/Assets/**.*"
]
},
"swift_version": "5.0",
"frameworks": "UIKit"
}