[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 0 / Instantiate / 2.2.0 / Instantiate.podspec.json
blobb16b5413614670de665919ad9b1e12885c61a29d
2   "name": "Instantiate",
3   "version": "2.2.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": "2.2.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/Instantiate/**/*",
24   "pushed_with_swift_version": "3.1"