blob: 3010df18a9d42b45212de593091d23d58b73aa5f [file] [log] [blame]
{
"name": "SwanKit",
"version": "0.0.6",
"summary": "SwanKit - collection of tools and extesions.",
"description": "SwanKit - collection of tools and extesions.\n---",
"homepage": "https://github.com/Anobisoft/SwanKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stanislav Pletnev": "anobisoft@gmail.com"
},
"social_media_url": "https://github.com/Anobisoft",
"swift_versions": "5.1",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.15"
},
"source": {
"git": "https://github.com/Anobisoft/SwanKit.git",
"tag": "0.0.6"
},
"frameworks": "Foundation",
"subspecs": [
{
"name": "Foundation",
"source_files": "SwanKit/Foundation/**/*.swift"
},
{
"name": "List",
"source_files": "SwanKit/List/**/*.swift"
},
{
"name": "Keychain",
"source_files": "SwanKit/Keychain/**/*.swift"
},
{
"name": "AccessProvider",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.15"
},
"source_files": "SwanKit/AccessProvider/**/*.swift"
},
{
"name": "UIFoundation",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"dependencies": {
"SwanKit/Foundation": [
]
},
"source_files": "SwanKit/UIFoundation/**/*.swift"
},
{
"name": "ImagePicker",
"platforms": {
"ios": "10.0"
},
"dependencies": {
"SwanKit/AccessProvider": [
],
"SwanKit/Foundation": [
],
"SwanKit/UIFoundation": [
]
},
"source_files": "SwanKit/ImagePicker/*.swift"
},
{
"name": "SpeechRecognizer",
"platforms": {
"ios": "10.0",
"osx": "10.15"
},
"dependencies": {
"SwanKit/AccessProvider": [
]
},
"source_files": "SwanKit/SpeechRecognizer/*.swift"
},
{
"name": "Appearance",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"dependencies": {
"SwanKit/Foundation": [
]
},
"source_files": "SwanKit/Appearance/**/*.swift"
}
],
"swift_version": "5.1"
}