[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / 2 / ApesterKit / 3.3.12 / ApesterKit.podspec.json
blob631f05f48511a854e9cf6c66e0ca7777310aceaf
2   "name": "ApesterKit",
3   "version": "3.3.12",
4   "summary": "ApesterKit provides a light-weight framework that loads Apester Unit in a webView",
5   "description": "'ApesterKit provides a light-weight framework that loads Apester Unit in a webView'",
6   "homepage": "https://github.com/apester-dev/ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hasan Sa": "hasansa007@gmail.com",
13     "ArkadiYoskovitz": "arkadiy@gini-apps.com"
14   },
15   "source": {
16     "git": "https://github.com/apester-dev/ios-sdk.git",
17     "tag": "v3.3.12"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "WebKit",
26     "SafariServices",
27     "OSLog",
28     "AdSupport"
29   ],
30   "static_framework": true,
31   "swift_versions": "5.0",
32   "default_subspecs": "Content",
33   "scheme": {
34     "code_coverage": true
35   },
36   "source_files": "ApesterKit/Content/Classes/**/*",
37   "dependencies": {
38     "Google-Mobile-Ads-SDK": [
39       "~> 10.0"
40     ],
41     "OpenWrapSDK": [
42       "~>  2.7.0"
43     ]
44   },
45   "testspecs": [
46     {
47       "name": "UnitTests",
48       "test_type": "unit",
49       "platforms": {
50         "ios": "11.0"
51       },
52       "scheme": {
53         "code_coverage": true,
54         "launch_arguments": [
56         ]
57       },
58       "source_files": [
59         "ApesterKit/Tests/Classes/*.{h,m,swift}"
60       ],
61       "preserve_paths": [
62         "ApesterKit/Tests/Classes/*.{h,m,swift}"
63       ],
64       "requires_app_host": true,
65       "app_host_name": "ApesterKit/HostApp",
66       "dependencies": {
67         "ApesterKit/HostApp": [
69         ],
70         "Google-Mobile-Ads-SDK": [
71           "~> 10.0"
72         ],
73         "OpenWrapSDK": [
74           "~>  2.7.0"
75         ]
76       }
77     }
78   ],
79   "appspecs": [
80     {
81       "name": "HostApp",
82       "scheme": {
83         "code_coverage": true,
84         "launch_arguments": [
86         ]
87       },
88       "source_files": "ApesterKit/App/Classes/**/*.{h,m,swift}",
89       "resources": "ApesterKit/App/Assets/**/*.{xib,storyboard,*.xcassets}",
90       "preserve_paths": [
91         "App/Classes/**/*.{h,m,swift}",
92         "App/Assets/**/*.{xib,storyboard}"
93       ],
94       "info_plist": {
95         "CFBundleIdentifier": "com.apesterkit.demo",
96         "UIStatusBarStyle": "UIStatusBarStyleLightContent",
97         "UIApplicationSceneManifest": {
98           "UIApplicationSupportsMultipleScenes": false,
99           "UISceneConfigurations": {
100             "UIWindowSceneSessionRoleApplication": [
101               {
102                 "UISceneConfigurationName": "Default Configuration",
103                 "UISceneDelegateClassName": "$(PRODUCT_MODULE_NAME).SceneDelegate",
104                 "UISceneStoryboardFile": "Main"
105               }
106             ]
107           }
108         },
109         "UILaunchStoryboardName": "LaunchScreen",
110         "UIMainStoryboardFile": "Main",
111         "UISupportedInterfaceOrientations": [
112           "UIInterfaceOrientationPortrait",
113           "UIInterfaceOrientationLandscapeLeft",
114           "UIInterfaceOrientationLandscapeRight"
115         ],
116         "UISupportedInterfaceOrientations~ipad": [
117           "UIInterfaceOrientationPortrait",
118           "UIInterfaceOrientationLandscapeLeft",
119           "UIInterfaceOrientationLandscapeRight"
120         ],
121         "NSAppTransportSecurity": {
122           "NSAllowsArbitraryLoads": true
123         },
124         "GADApplicationIdentifier": "ca-app-pub-7862987392320388~1726030239"
125       },
126       "dependencies": {
127         "ApesterKit/Content": [
129         ]
130       }
131     }
132   ],
133   "subspecs": [
134     {
135       "name": "Content"
136     }
137   ],
138   "swift_version": "5.0"