blob: e9a66a1dedc2cc595c0710a9fa6888c68892fffd [file] [log] [blame]
{
"name": "GNResources",
"version": "0.1.0",
"summary": "JSON files, images, fonts and colors.",
"description": "All the resources required by any module such as JSON files, images, fonts and the color palette.",
"homepage": "http://git.usemobile.com.br/gerencia-net/ios-super-app/common/resources",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cláudio Madureira": "claudiomsilvaf@gmail.com"
},
"source": {
"git": "http://git.usemobile.com.br/gerencia-net/ios-super-app/common/resources.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "GNResources/Classes/**/*",
"frameworks": [
"UIKit",
"CoreText"
],
"resource_bundles": {
"GNResources": [
"GNResources/Assets/*.xcassets",
"GNResources/Assets/Fonts/*.{otf, ttf}"
]
},
"swift_version": "5.0"
}