[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / 2 / AlternateIcons / 0.0.1 / AlternateIcons.podspec.json
blob722f77e8a365fa3f085a47eb59a8c804fd8a7d63
2   "name": "AlternateIcons",
3   "version": "0.0.1",
4   "summary": "An iOS utility for picking alternate app icons",
5   "description": "A convenience utility for managing alternate icons in iOS apps.\nProvides a helper for finding which alternate icons are available\nand to set them as app icons. Also provides a simple table view controller\nfor picking a new icon.",
6   "homepage": "https://github.com/zigadolar/alternate-icon-utility.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dolar, Ziga": "dolar.ziga@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zigadolar/alternate-icon-utility.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "swift_versions": "5.0",
22   "ios": {
23     "source_files": "AlternateIcons/Classes/**/*",
24     "resource_bundles": {
25       "AlternateIcons": [
26         "AlternateIcons/Assets/*.xcassets",
27         "AlternateIcons/Assets/*.storyboard"
28       ]
29     },
30     "frameworks": "UIKit"
31   },
32   "swift_version": "5.0"