blob: 463b626e81c5cb2a381c1ad29506d2fd64e21f6f [file] [log] [blame]
{
"name": "MoreCodable",
"version": "0.2.0",
"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": "0.2.0"
},
"social_media_url": "https://twitter.com/tanakasan2525",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"public_header_files": "Sources/**/*.h",
"frameworks": "Foundation"
}