[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / b / 4 / YsSwift / 0.3.2 / YsSwift.podspec.json
blob929635a6f843c1700f71711e04d016ed5aef66d0
2   "name": "YsSwift",
3   "version": "0.3.2",
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": "0.3.2"
21   },
22   "default_subspecs": "Animal",
23   "pushed_with_swift_version": "3.2",
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         "RxCocoa": [
52           "3.6.1"
53         ],
54         "Moya/RxSwift": [
55           "8.0.5"
56         ],
57         "SnapKit": [
58           "3.2.0"
59         ],
60         "SwiftyJSON": [
61           "~> 3.1.1"
62         ],
63         "IQKeyboardManagerSwift": [
64           "~> 4.0.13"
65         ],
66         "libPhoneNumber-iOS": [
67           "~> 0.8"
68         ],
69         "ObjectMapper": [
70           "2.1.0"
71         ],
72         "FCUUID": [
74         ],
75         "MJRefresh": [
77         ],
78         "FDFullscreenPopGesture": [
80         ]
81       }
82     }
83   ]