[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 4 / 7 / d / FUI / 0.0.2 / FUI.podspec.json
blob2d12726beb177cc0601218e27f2aff184365624b
2   "name": "FUI",
3   "version": "0.0.2",
4   "summary": "A convenient library for UI-related processing",
5   "description": "A convenient library for UI-related processing, which can later be included in project templates as well.",
6   "homepage": "https://github.com/fanthus/FUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanthus": "fanthus@163.com"
13   },
14   "source": {
15     "git": "https://github.com/fanthus/FUI.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "FUI/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "FRCategories": [
25       "~> 0.0.1"
26     ]
27   }