blob: 0da932bea39a10658919d1bd7be47b141583d5bc [file] [log] [blame]
{
"name": "YsSwift",
"version": "1.0.1",
"summary": "Variable Solutions written in Swift",
"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",
"homepage": "https://github.com/gb-6k-house/YsSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liukai": "csu_liukai_web@163.com"
},
"social_media_url": "http://www.yourshares.cn",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/gb-6k-house/YsSwift.git",
"tag": "1.0.1"
},
"default_subspecs": "Animal",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Animal",
"source_files": "Sources/Animal/**/*",
"frameworks": "UIKit",
"dependencies": {
"Result": [
"~> 3.0"
]
}
},
{
"name": "Rabbit",
"source_files": "Sources/Rabbit/",
"dependencies": {
"YsSwift/Animal": [
]
}
}
]
}