blob: af2c38f1ddea891069d6a328b157a706752dd4dc [file] [log] [blame]
{
"name": "Swift-M",
"version": "1.0.3",
"summary": "some useful extension of swift",
"homepage": "https://github.com/shuigenObba/Swift-M",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huangshuigen": "huangshuigenoppa@163.com"
},
"source": {
"git": "https://github.com/shuigenObba/Swift-M.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Extension",
"source_files": "Swift-M/Classes/Extension/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "UIKit",
"source_files": "Swift-M/Classes/UIKit/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"Swift-M/Extension": [
]
}
}
]
}