blob: 3d654a604858f128eaf1c46e82d35c8379545448 [file] [log] [blame]
{
"name": "Swift-X",
"version": "0.0.1",
"summary": "Swift-X.",
"description": "Extension: extension of UIColor、UIImage etc.",
"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.1"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Extensions",
"source_files": "Extensions/**/*.swift",
"frameworks": [
"Foundation",
"Foundation",
"UIKit"
]
}
]
}