[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 9 / b / 3 / CTHelp / 0.2.0 / CTHelp.podspec.json
blob1699115944d1a0f316cac482924dbc663e9bbdff
2   "name": "CTHelp",
3   "version": "0.2.0",
4   "summary": "A help system for iOS/Swift",
5   "description": "A drop-in help system for iOS/Swift projects.  All you need to do is add your images and text.",
6   "authors": {
7     "StewartLynch": "slynch@createchsol.com"
8   },
9   "homepage": "https://github.com/StewartLynch/CTHelp",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/StewartLynch/CTHelp.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "CTHelp/Classes/**/*",
22   "resource_bundles": {
23     "CTHelp": [
24       "CTHelp/Assets/**.*"
25     ]
26   },
27   "swift_version": "4.2",
28   "frameworks": "UIKit"