[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / b / 4 / YsSwift / 1.1.0 / YsSwift.podspec.json
blob141ffc59f97db229a519d7a78c54b2ad1a356518
2   "name": "YsSwift",
3   "version": "1.1.0",
4   "summary": "Variable Solutions written in Swift",
5   "description": "YsSwift. supply variable function classes  written in Swift .for examples:\n1.Animal. This SDK supply some common Swift base functions, like string catgory, data catgory etc.\n2.Rabbit. A solution for net image likes SDWebImage or Nuke",
6   "homepage": "https://github.com/gb-6k-house/YsSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liukai": "csu_liukai_web@163.com"
13   },
14   "social_media_url": "http://www.yourshares.cn",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/gb-6k-house/YsSwift.git",
20     "tag": "1.1.0"
21   },
22   "default_subspecs": "Animal",
23   "pushed_with_swift_version": "4.0",
24   "subspecs": [
25     {
26       "name": "Animal",
27       "source_files": "Sources/Animal/**/*",
28       "frameworks": "UIKit",
29       "dependencies": {
30         "Result": [
31           "~> 3.0"
32         ]
33       }
34     },
35     {
36       "name": "Rabbit",
37       "source_files": "Sources/Rabbit/",
38       "dependencies": {
39         "YsSwift/Animal": [
41         ]
42       }
43     },
44     {
45       "name": "Peacock",
46       "source_files": "Sources/Peacock/**/*",
47       "dependencies": {
48         "YsSwift/Animal": [
50         ],
51         "Moya": [
52           "9.0.0"
53         ],
54         "RxSwift": [
55           "4.0.0"
56         ],
57         "RxCocoa": [
58           "4.0.0"
59         ],
60         "SnapKit": [
61           "~> 4.0.0"
62         ],
63         "ObjectMapper": [
64           "2.1.0"
65         ],
66         "SwiftyJSON": [
67           "~> 3.1.1"
68         ],
69         "IQKeyboardManagerSwift": [
70           "5.0.0"
71         ],
72         "libPhoneNumber-iOS": [
73           "~> 0.8"
74         ],
75         "FCUUID": [
76           "1.3.1"
77         ],
78         "MJRefresh": [
79           "~> 3.1.15.1"
80         ],
81         "FDFullscreenPopGesture": [
82           "~> 1.1"
83         ]
84       }
85     }
86   ]