blob: 2545d72a886c89b8d12e9afa3245469e0009f186 [file] [log] [blame]
{
"name": "NSDSwift.IOS",
"version": "0.0.1",
"summary": "基于Swfit 5.0、在IOS下的拓展",
"description": "自用,帮助快速开发,将常用的方法进行封装,也包含一些自定义控件",
"homepage": "https://github.com/NeeSDev",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NeeSDev": "niwei.develop@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/NeeSDev/NSDSwift.IOS.git",
"tag": "0.0.1"
},
"source_files": "Swift.IOS/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"TangramKit": [
"~> 1.4.0"
],
"ReactiveCocoa": [
"~> 10.0.0"
],
"AlamofireImage": [
"~> 4.0.0-beta.5"
]
},
"swift_version": "5.0"
}