blob: 979395fa816ca65cc47b1bdf2ea949826e9afb9d [file] [log] [blame]
{
"name": "Nest.swift",
"module_name": "Nest",
"version": "0.0.6",
"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": "0.0.6"
},
"source_files": [
"Nest",
"Nest/**/*.swift"
],
"requires_arc": true,
"dependencies": {
"SwiftExt": [
"~> 0.0.2"
]
}
}