[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / b / 4 / YsSwift / 0.1.1 / YsSwift.podspec.json
blobb93c5aff80bef4d6e23c41894c9c2239ff3da354
2   "name": "YsSwift",
3   "version": "0.1.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": "0.1.1"
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": "Foundation"
29     },
30     {
31       "name": "Rabbit",
32       "source_files": "Sources/Rabbit/",
33       "dependencies": {
34         "YsSwift/Animal": [
36         ]
37       }
38     }
39   ]