blob: 6ba3e1c524234b4662c8637c80ad2ff097f621e5 [file] [log] [blame]
{
"name": "MoreCodable",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/tanakasan2525",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"public_header_files": "Sources/**/*.h",
"frameworks": "Foundation"
}