[Add] YIM 2.2.1
[CocoaPods.git] / Specs / e / a / 0 / Instantiate / 3.0.0 / Instantiate.podspec.json
bloba4bb4421311c4a6cb455f790efa2413c1939e2e1
2   "name": "Instantiate",
3   "version": "3.0.0",
4   "summary": "Type-safe InterfaceBuilder protocols.",
5   "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!",
6   "homepage": "https://github.com/tarunon/Instantiate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tarunon": "croissant9603@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tarunon/Instantiate.git",
16     "tag": "3.0.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/Instantiate/**/*"