blob: 9a237e96e3212c16fa6ac29a6c51f3a80e85e5db [file] [log] [blame]
{
"name": "MoreCodable",
"version": "1.3.1",
"summary": "MoreCodable expands the possibilities of Codable.",
"description": "MoreCodable expands the possibilities of Codable. \nIt contains DictionaryEncoder/Decoder, URLQueryItemsEncoder/Decoder, ObjectMerger and so on...",
"homepage": "https://github.com/tattn/MoreCodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "tanakasan2525@gmail.com"
},
"source": {
"git": "https://github.com/tattn/MoreCodable.git",
"tag": "1.3.1"
},
"social_media_url": "https://twitter.com/tanakasan2525",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"public_header_files": "Sources/**/*.h",
"frameworks": "Foundation"
}