blob: 27100f3dcf63121278126ff5bdd8d8f0f849eec9 [file] [log] [blame]
{
"name": "NSDSwift",
"version": "0.0.1",
"summary": "The extention of Swift for quicker coding.",
"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.git",
"tag": "0.0.1"
},
"source_files": "NSDSwift/**/*.swift",
"dependencies": {
"TangramKit": [
"~> 1.4.0"
],
"ReactiveCocoa": [
"~> 10.0.0"
]
},
"swift_version": "5.0"
}