[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / 2 / ApesterKit / 3.3.0 / ApesterKit.podspec.json
blob6af1900de9f07c61e0c77a73b25f74408dfbc266
2   "name": "ApesterKit",
3   "version": "3.3.0",
4   "swift_versions": "5.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "ApesterKit provides a light-weight framework that loads Apester Unit in a webView",
10   "homepage": "https://github.com/Qmerce/ios-sdk.git",
11   "social_media_url": "https://twitter.com/hasan_w_sa",
12   "authors": {
13     "Hasan Sa": "hasan@apester.com"
14   },
15   "source": {
16     "git": "https://github.com/apester-dev/ios-sdk.git",
17     "tag": "v3.3.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "ApesterKit",
25     "Sources/*.{h,m,swift}",
26     "Sources/*/*.{h,m,swift}",
27     "Sources/*/*/*.{h,m,swift}",
28     "Sources/*/*/*/*.{h,m,swift}"
29   ],
30   "static_framework": true,
31   "dependencies": {
32     "Google-Mobile-Ads-SDK": [
33       "~> 8.7"
34     ],
35     "OpenWrapSDK": [
36       "~> 1.8.2"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sodium/libsodium",
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "user_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   },
46   "swift_version": "5.0"