| { |
| "name": "CTHelp", |
| "version": "0.3.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.3.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "CTHelp/Classes/**/*", |
| "resource_bundles": { |
| "CTHelp": [ |
| "CTHelp/Assets/**.*" |
| ] |
| }, |
| "swift_version": "5.0", |
| "frameworks": "UIKit" |
| } |