[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 9 / d / 7 / LessUI / 0.1.3 / LessUI.podspec.json
blob233d5a217fdd073b6da8c87482ebc9d7f888d7a6
2   "name": "LessUI",
3   "version": "0.1.3",
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.3"
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   "subspecs": [
26     {
27       "name": "Default",
28       "source_files": "src/default/*"
29     },
30     {
31       "name": "Transition",
32       "source_files": "src/transition/*",
33       "dependencies": {
34         "pop": [
35           "~> 1.0"
36         ]
37       }
38     },
39     {
40       "name": "Network",
41       "source_files": "src/network/*",
42       "dependencies": {
43         "Alamofire": [
44           "~> 4.7"
45         ],
46         "AlamofireImage": [
47           "~> 3.5"
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.0"