blob: 8ef814bdd045e588387369eb945904e12ece1cb1 [file] [log] [blame]
{
"name": "SwiftyHelpKit",
"version": "0.1.0",
"summary": "SwiftyHelpKit will allow you to add some startup code in your app that you initally need",
"swift_version": "4.0",
"description": "SwiftyHelpKit will allow you to add some startup code in your app that you initally need, Install framework and you don't have to write same code again and again.",
"homepage": "https://github.com/anpkmr/SwiftyHelpKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anpkmr": "anup227kumar@gmail.com"
},
"source": {
"git": "https://github.com/anpkmr/SwiftyHelpKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyHelpKit/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"ObjectMapper": [
]
}
}