[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / d / 7 / LessUI / 0.1.2 / LessUI.podspec.json
blob45ce12699992aef63890e875a4905737364b7b9f
2   "name": "LessUI",
3   "version": "0.1.2",
4   "summary": "Write super-simple UI code with LessUI",
5   "description": "Super-simple shortcut UI extension codes for swift.",
6   "homepage": "https://github.com/ghks1353/LessUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ghks1353": "ghks1353@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ghks1353/LessUI.git",
16     "tag": "0.1.2"
17   },
18   "swift_versions": "5.0",
19   "source_files": "src/default/*",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "default_subspecs": "Default",
24   "frameworks": "UIKit",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Default",
29       "source_files": "src/default/*"
30     },
31     {
32       "name": "Transition",
33       "source_files": "src/transition/*",
34       "dependencies": {
35         "pop": [
36           "~> 1.0"
37         ]
38       }
39     },
40     {
41       "name": "Network",
42       "source_files": "src/network/*",
43       "dependencies": {
44         "Alamofire": [
45           "~> 4.7"
46         ],
47         "AlamofireImage": [
48           "~> 3.5"
49         ]
50       }
51     }
52   ]