blob: c1e29cd16a5cd24972d699d5c32d1baf2b775e71 [file] [log] [blame]
{
"name": "Skein",
"version": "0.5.1",
"summary": "🚀👩‍💻",
"description": "Skein is a set of Swift extensions, utilities and components that aimed to speed up application development.",
"homepage": "https://github.com/skeinkit/Skein",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rozd": "max.rozdobudko@gmail.com"
},
"source": {
"git": "https://github.com/skeinkit/Skein.git",
"tag": "0.5.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Extensions",
"subspecs": [
{
"name": "Extensions",
"subspecs": [
{
"name": "Foundation",
"source_files": "Source/Extensions/Foundation"
},
{
"name": "UI",
"source_files": "Source/Extensions/UI"
},
{
"name": "Crypto",
"source_files": "Source/Extensions/Crypto"
},
{
"name": "ReactiveSwift",
"source_files": "Source/Extensions/ReactiveSwift",
"dependencies": {
"Result": [
],
"ReactiveSwift": [
]
}
}
]
}
]
}