blob: 141ffc59f97db229a519d7a78c54b2ad1a356518 [file] [log] [blame]
{
"name": "YsSwift",
"version": "1.1.0",
"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.1.0"
},
"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": [
]
}
},
{
"name": "Peacock",
"source_files": "Sources/Peacock/**/*",
"dependencies": {
"YsSwift/Animal": [
],
"Moya": [
"9.0.0"
],
"RxSwift": [
"4.0.0"
],
"RxCocoa": [
"4.0.0"
],
"SnapKit": [
"~> 4.0.0"
],
"ObjectMapper": [
"2.1.0"
],
"SwiftyJSON": [
"~> 3.1.1"
],
"IQKeyboardManagerSwift": [
"5.0.0"
],
"libPhoneNumber-iOS": [
"~> 0.8"
],
"FCUUID": [
"1.3.1"
],
"MJRefresh": [
"~> 3.1.15.1"
],
"FDFullscreenPopGesture": [
"~> 1.1"
]
}
}
]
}