blob: 555295a10d090f263b6abf5ae9e0f9e62c708740 [file] [log] [blame]
{
"name": "EAKit",
"version": "1.0.2",
"summary": "A collection of Swift extensions.",
"homepage": "https://github.com/Meniny/EAKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Meniny/EAKit.git",
"tag": "1.0.2"
},
"social_media_url": "https://meniny.cn",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": "Cocoa"
},
"source_files": "EAKit/**/*.{h,swift}",
"module_name": "EAKit"
}