[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 7 / a / 5 / GNResources / 0.1.0 / GNResources.podspec.json
blobe9a66a1dedc2cc595c0710a9fa6888c68892fffd
2   "name": "GNResources",
3   "version": "0.1.0",
4   "summary": "JSON files, images, fonts and colors.",
5   "description": "All the resources required by any module such as JSON files, images, fonts and the color palette.",
6   "homepage": "http://git.usemobile.com.br/gerencia-net/ios-super-app/common/resources",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cláudio Madureira": "claudiomsilvaf@gmail.com"
13   },
14   "source": {
15     "git": "http://git.usemobile.com.br/gerencia-net/ios-super-app/common/resources.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "GNResources/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "CoreText"
26   ],
27   "resource_bundles": {
28     "GNResources": [
29       "GNResources/Assets/*.xcassets",
30       "GNResources/Assets/Fonts/*.{otf, ttf}"
31     ]
32   },
33   "swift_version": "5.0"