blob: 4688e70625e06487f227bd057cd3339e94c2a85c [file] [log] [blame]
{
"name": "MoreCodable",
"version": "0.1.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": "0.1.1"
},
"social_media_url": "https://twitter.com/tanakasan2525",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"public_header_files": "Sources/**/*.h",
"frameworks": "Foundation"
}