[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 7 / d / SuperResolutionKit / 0.0.1 / SuperResolutionKit.podspec.json
blob46a54ec2e25536c50b2491dad7fd3213fcb3bfd3
2   "name": "SuperResolutionKit",
3   "version": "0.0.1",
4   "summary": "Super resolution implementation with Keras/CoreML",
5   "description": "This is a super resolution implementation with Keras/CoreML",
6   "homepage": "https://github.com/kenmaz/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kenmaz": "kentaro.matsumae@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kenmaz/SuperResolutionKit.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/kenmaz",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_version": "4.1",
23   "source_files": [
24     "SuperResolutionKit/Classes/*",
25     "SuperResolutionKit/Classes/CoreMLHelpers/*"
26   ],
27   "resource_bundles": {
28     "SuperResolutionKit": [
29       "SuperResolutionKit/Assets/*"
30     ]
31   }