[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / c / StencilKit / 1.0 / StencilKit.podspec.json
blob622bba05461b7192ab41ce77f7eab2a311aa5d2d
2   "name": "StencilKit",
3   "version": "1.0",
4   "summary": "A drop-in API for replacing +imageNamed: for flat images to be colored on runtime, with cache support.",
5   "homepage": "https://github.com/dzenbot/StencilKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ignacio Romero Z.": "iromero@dzen.cl"
12   },
13   "source": {
14     "git": "https://github.com/dzenbot/StencilKit.git",
15     "tag": "v1.0"
16   },
17   "source_files": "Source/*.{h,m}",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "7.0"
22   }