blob: f51a8e6db32605fa2a8303c6e3cf3a7983a1d94a [file] [log] [blame]
{
"name": "SwiftLiteKit",
"version": "0.9.2",
"summary": "Some extension for swift in my work.",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"description": "Some extension for swift in my work...",
"homepage": "https://github.com/moshiwu/SwiftLiteKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"moshiwu": "183795044@qq.com"
},
"source": {
"git": "https://github.com/moshiwu/SwiftLiteKit.git",
"tag": "0.9.2"
},
"default_subspecs": [
"Core",
"Class",
"Struct",
"Protocol"
],
"frameworks": "UIKit",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftLiteKit/Classes/Core/**/*.swift"
},
{
"name": "Class",
"source_files": "SwiftLiteKit/Classes/Class/**/*.swift",
"dependencies": {
"SwiftLiteKit/Core": [
]
}
},
{
"name": "Struct",
"source_files": "SwiftLiteKit/Classes/Struct/**/*.swift",
"dependencies": {
"SwiftLiteKit/Core": [
]
}
},
{
"name": "Protocol",
"source_files": "SwiftLiteKit/Classes/Protocol/**/*.swift",
"dependencies": {
"SwiftLiteKit/Core": [
]
}
}
]
}