blob: 3f52d1db50bc9748c6cf8cf22edc00241b69f373 [file] [log] [blame]
{
"name": "Nest.swift",
"module_name": "Nest",
"version": "2.0.0",
"summary": "A library offers missing conveniences, helpers in Foundation and written in Swift.",
"description": " A library offers missing conveniences, helpers in Foundation and written in Swift.\n\t\t\t\t It will be your friend.\n",
"homepage": "https://github.com/WeZZard/Nest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WeZZard": "wezzardlau@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/WeZZard/Nest.git",
"tag": "2.0.0"
},
"source_files": [
"Nest",
"Nest/**/*.swift"
],
"dependencies": {
"SwiftExt": [
"~> 2.0.0"
]
}
}