blob: 065a0569520f91059c947fb28822de2b0b8ab209 [file] [log] [blame]
{
"name": "CheckMobiSDK",
"version": "0.1.3",
"summary": "CheckMobi Remote Config SDK For iOS",
"swift_versions": "5.0",
"description": "CheckMobi Remote Config SDK for iOS allows the users to integrate CheckMobi validation methods on iOS in a very efficient and flexible manner without wasting their time to write the logic for any validation flow.",
"homepage": "https://github.com/checkmobi/remote-config-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"checkmobi": "support@checkmobi.com"
},
"source": {
"git": "https://github.com/checkmobi/remote-config-sdk-ios.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CheckMobiSDK/Classes/**/*",
"resource_bundles": {
"CheckMobiSDK": [
"CheckMobiSDK/Classes/Views/*.storyboard"
]
},
"resources": "CheckMobiSDK/**/*.{,xcassets}",
"frameworks": "UIKit",
"dependencies": {
"Moya": [
],
"Moya-ObjectMapper": [
],
"ObjectMapper": [
],
"AlamofireImage": [
],
"KAPinField": [
]
},
"swift_version": "5.0"
}