blob: ab66e7ff264330b1c4f0a1ac83812b03bb1d3210 [file] [log] [blame]
{
"name": "SwiftyHelpKit",
"version": "0.1.5",
"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.5"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"source_files": "SwiftyHelpKit/Classes/**/*",
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"frameworks": [
"UIKit",
"StoreKit"
],
"dependencies": {
"ObjectMapper": [
],
"Alamofire": [
],
"FBSDKLoginKit": [
"4.34.0"
],
"FBSDKCoreKit": [
"4.34.0"
],
"FBSDKShareKit": [
"4.34.0"
],
"Google/SignIn": [
]
}
}