[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / a / InstantiateStandard / 3.0.0 / InstantiateStandard.podspec.json
blobbab9042a64e827f7ebd030120114d401568dbecc
2   "name": "InstantiateStandard",
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/InstantiateStandard/**/*",
24   "dependencies": {
25     "Instantiate": [
26       "~>2.2"
27     ]
28   }