blob: b16b5413614670de665919ad9b1e12885c61a29d [file] [log] [blame]
{
"name": "Instantiate",
"version": "2.2.0",
"summary": "Type-safe InterfaceBuilder protocols.",
"description": "Storyboard and Nib is not type safe, if you use `UIStoryboard` or `UINib`, your code would be get some gloom.\nInstantiate take type-safe protocols for Storyboard and Nib. Lets' improve our code with type-safe protocols!",
"homepage": "https://github.com/tarunon/Instantiate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tarunon": "croissant9603@gmail.com"
},
"source": {
"git": "https://github.com/tarunon/Instantiate.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/Instantiate/**/*",
"pushed_with_swift_version": "3.1"
}