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