blob: 70e0d68c8be9bafab905c21aa63d992724e03120 [file] [log] [blame]
{
"name": "Inlinit",
"version": "0.1.2",
"summary": "A new design pattern to allow closure initialization.",
"description": "Reduces the need for unnecessary local variables. This also allows you to create let constants while appending values to it within the initalizer closure.",
"homepage": "https://github.com/joalbright/Inlinit",
"license": "MIT",
"authors": {
"Jo Albright": "me@jo2.co"
},
"source": {
"git": "https://github.com/joalbright/Inlinit.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/joalbright",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/*",
"resource_bundles": {
"Inlinit": [
"Pod/Assets/*.png"
]
}
}