[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 5 / 2 / ApesterKit / 3.3.4 / ApesterKit.podspec.json
blobd91354ac41cd36efc908abf4770de225f39917e8
2   "name": "ApesterKit",
3   "version": "3.3.4",
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   "authors": {
12     "Hasan Sa": "hasansa007@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/apester-dev/ios-sdk.git",
16     "tag": "v3.3.4"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "ApesterKit",
24     "Sources/*.{h,m,swift}",
25     "Sources/*/*.{h,m,swift}",
26     "Sources/*/*/*.{h,m,swift}",
27     "Sources/*/*/*/*.{h,m,swift}"
28   ],
29   "static_framework": true,
30   "dependencies": {
31     "Google-Mobile-Ads-SDK": [
32       "~> 8.7"
33     ],
34     "OpenWrapSDK": [
35       "~> 2.3.1"
36     ]
37   },
38   "pod_target_xcconfig": {
39     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sodium/libsodium",
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   },
42   "user_target_xcconfig": {
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
44   },
45   "swift_version": "5.0"