blob: 6629385ae153ca8a687c4cbfe7c1e39b78d050fa [file] [log] [blame]
{
"name": "DFAPIFramework",
"version": "1.0.8",
"summary": "This SDK provides a set of methods for iOS applications to authenticate user, capture, save and retrieve data.",
"description": "Sole purpose of this SDK is to authenticate user, get captured asset data, save assets to the server and retrieve data from server.",
"homepage": "https://github.com/anandramdeo-df/df-ios-api-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"piyushnaredi": "piyush.naredi@ranosys.com"
},
"source": {
"http": "https://github.com/anandramdeo-df/df-ios-api-sdk/releases/download/1.0.8/DFAPIFramework.zip"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "DFAPIFramework.framework"
},
"swift_versions": "4.2",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "4.2"
}