blob: d91b74e5bfae68015bf90acaeac5da9256246c6d [file] [log] [blame]
{
"name": "InstantiateStandard",
"version": "4.0.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": "4.0.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/InstantiateStandard/**/*",
"dependencies": {
"Instantiate": [
"~>4.0"
]
}
}