blob: b93c5aff80bef4d6e23c41894c9c2239ff3da354 [file] [log] [blame]
{
"name": "YsSwift",
"version": "0.1.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": "0.1.1"
},
"default_subspecs": "Animal",
"pushed_with_swift_version": "3.2",
"subspecs": [
{
"name": "Animal",
"source_files": "Sources/Animal/**/*",
"frameworks": "Foundation"
},
{
"name": "Rabbit",
"source_files": "Sources/Rabbit/",
"dependencies": {
"YsSwift/Animal": [
]
}
}
]
}