blob: 9a5b9223dc8e6e257602f35ba26c18b3c907c611 [file] [log] [blame]
{
"name": "YsSwift",
"version": "0.2.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": "0.2.0"
},
"default_subspecs": "Animal",
"pushed_with_swift_version": "3.2",
"subspecs": [
{
"name": "Animal",
"source_files": "Sources/Animal/**/*",
"frameworks": "UIKit"
},
{
"name": "Rabbit",
"source_files": "Sources/Rabbit/",
"dependencies": {
"YsSwift/Animal": [
]
}
}
]
}