blob: 05c1bdd341ac2391783d23f905febf4440eca1a1 [file] [log] [blame]
{
"name": "Pack",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"resource_bundles": {
"Pack": [
"Resources/**/*.{png}"
]
},
"pushed_with_swift_version": "4.0"
}