blob: f11776dae20d70a11b5a02bee459636bff959151 [file] [log] [blame]
{
"name": "YJSwiftExtensions",
"version": "0.0.2",
"summary": "YJSwiftExtensions is commonly used extensions of swift",
"description": "YJSwiftExtensions is commonly used extensions of swift, welcome to issue.",
"homepage": "https://github.com/YJManager/YJExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"houmanager": "houmanager@Hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/YJManager/YJExtensions.git",
"tag": "0.0.2",
"submodules": true
},
"source_files": "YJSwiftExtensions/*.{swift}",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "UIKit",
"source_files": "YJSwiftExtensions/UIKit/*.{swift}"
},
{
"name": "Foundation",
"source_files": "YJSwiftExtensions/Foundation/*.{swift}"
}
]
}