blob: 2d67b0d58a3bce6c88b29e2087f9510b1067d194 [file] [log] [blame]
{
"name": "Swift-X",
"version": "0.0.4",
"summary": "Swift-X.",
"description": "Extension: extension of UIColor、UIImage etc.\nUIKit: UI",
"homepage": "https://github.com/ApterKing/Swift-X",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ApterKing": "wangcccong@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ApterKing/Swift-X.git",
"tag": "0.0.4"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Extensions",
"source_files": "Swift-X/Classes/Extensions/**/*.swift",
"frameworks": [
"Foundation",
"Foundation",
"UIKit"
]
},
{
"name": "UIKit",
"source_files": "Swift-X/Classes/UIKit/**/*.swift",
"frameworks": "UIKit"
}
]
}