blob: 716265273765dd497085505d5f5c25eb028c415e [file] [log] [blame]
{
"name": "ApesterKit",
"version": "3.2.14",
"swift_versions": "5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "ApesterKit provides a light-weight framework that loads Apester Unit in a webView",
"homepage": "https://github.com/Qmerce/ios-sdk.git",
"social_media_url": "https://twitter.com/hasan_w_sa",
"authors": {
"Hasan Sa": "hasan@apester.com"
},
"source": {
"git": "https://github.com/apester-dev/ios-sdk.git",
"tag": "v3.2.14"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": [
"ApesterKit",
"Sources/*.{h,m,swift}",
"Sources/*/*.{h,m,swift}"
],
"static_framework": true,
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 8.2"
],
"OpenWrapSDK": [
"~> 1.8.2"
]
},
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sodium/libsodium",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}