blob: ccd6cbee99a8b00dcd3c708a586498be9b9b182b [file] [log] [blame]
{
"name": "Pack",
"version": "0.0.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Pack is a tiny wrapper around Encodable/Decodable protocols.",
"description": "Pack is a tiny wrapper around Encodable/Decodable protocols that let you write code in the same fashion as you would write it using ObjectMapper.",
"homepage": "https://github.com/Istered/Pack",
"authors": {
"Istered": "istered@outlook.com"
},
"source": {
"git": "https://github.com/Istered/Pack.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"resource_bundles": {
"Pack": [
"Resources/**/*.{png}"
]
},
"pushed_with_swift_version": "4.0"
}