[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / 9 / Inkwell / 1.2.0 / Inkwell.podspec.json
blob7881ebc132e69939acb996860a4cc27df45cc01a
2   "name": "Inkwell",
3   "version": "1.2.0",
4   "summary": "An inkwell to use custom fonts on the fly.",
5   "description": "In fact, Inkwell takes responsibilities for:\n- Downloading fonts from Google Fonts or custom resources.\n- Registering custom fonts to the system.\n- Loading and using custom fonts dynamically and seamlessly.\nAll of these are wrapped in friendly, easy to use API.",
6   "screenshots": "https://raw.githubusercontent.com/ninjaprox/Inkwell/master/Demo.gif",
7   "homepage": "https://github.com/ninjaprox/Inkwell",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Vinh Nguyen": "ninjaprox@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ninjaprox/Inkwell.git",
17     "tag": "1.2.0"
18   },
19   "social_media_url": "https://twitter.com/ninjaprox",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "Inkwell/Inkwell/**/*.swift",
24   "frameworks": [
25     "Foundation",
26     "CoreText"
27   ],
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.4.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"