blob: d95f8a5c270970723ef0f6769d442c2d32ab4050 [file] [log] [blame]
{
"name": "Encodable",
"version": "0.1.2",
"summary": "Swiftly Encode & Decode for Archiving & JSON",
"description": "A simple way to convert properties into dictionary collections and backwards.",
"homepage": "https://github.com/joalbright/Encodable",
"license": "MIT",
"authors": {
"Jo Albright": "me@jo2.co"
},
"source": {
"git": "https://github.com/joalbright/Encodable.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/joalbright",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/*",
"resource_bundles": {
"Encodable": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Inlinit": [
"~> 0.1"
]
}
}