blob: 338c8ca89238ec1f66ed8accfe4f230ffc1d65c0 [file] [log] [blame]
{
"name": "Encodable",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/joalbright",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Encodable": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Inlinit": [
"~> 0.1"
]
}
}