[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / b / 4 / YsSwift / 1.0.1 / YsSwift.podspec.json
blob0da932bea39a10658919d1bd7be47b141583d5bc
2   "name": "YsSwift",
3   "version": "1.0.1",
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.0.1"
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   ]