blob: 468df988f4b1e88fa1d3f13b404c61b6482dedb9 [file] [log] [blame]
{
"name": "IBKHeader",
"version": "1.0.5",
"summary": "A IBKHeader is like a custom components.",
"description": "The IBKHeader is a completely customizable plugin that can be used in any iOS app.",
"homepage": "https://github.com/iBeautyKit/IBKHeader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "11.0"
},
"authors": {
"Nirmalkumar": "nirmalkumar.s@photoninfotech.net"
},
"source": {
"git": "https://github.com/iBeautyKit/IBKHeader.git",
"tag": "1.0.5"
},
"exclude_files": "Classes/Exclude",
"swift_versions": "5.0",
"resources": "IBKHeader/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"source_files": [
"IBKHeader",
"IBKHeader/**/*.{h,m,swift}"
],
"resource_bundles": {
"MyFramework": [
"IBKHeader/**/*.{storyboard,xib}"
]
},
"requires_arc": true,
"swift_version": "5.0"
}