blob: 1bfe0b7173b1d039726c568aa9ca204f588adb25 [file] [log] [blame]
{
"name": "HubPod",
"version": "0.0.33",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library brings a set of custom components to standardize on buiding new features to our apps.",
"homepage": "https://github.com/lsaganski/HubPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lsaganski": "lsaganski@gmail.com"
},
"platforms": {
"ios": "11.2"
},
"source": {
"git": "https://github.com/lsaganski/HubPod.git",
"tag": "0.0.33"
},
"swift_versions": "5.0",
"source_files": "HubPod/**/*.{h,m,swift}",
"resource_bundles": {
"HubPod": [
"HubPod/Resources/*.png",
"Resources/*.png",
"HubPod/Assets/*.png",
"HubPod/Assets/*.xcassets",
"HubPod/*.xcassets"
]
},
"exclude_files": "Classes/Exclude",
"resources": [
"HubPod/Resources/*.png",
"Resources/*.png",
"HubPod/Assets/*.png",
"HubPod/Assets/*.xcassets",
"HubPod/*.xcassets"
],
"swift_version": "5.0"
}