blob: 5bdd1dfb5e4956183be43d3f180a8ccf58a86e26 [file] [log] [blame]
{
"name": "Inlinit",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/joalbright",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Inlinit": [
"Pod/Assets/*.png"
]
}
}