[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 3 / f / MobAdSDK / 1.5.3-Testing / MobAdSDK.podspec.json
blob768050c87726fd2c82d7abe53bd9991d3d05c473
2   "name": "MobAdSDK",
3   "version": "1.5.3-Testing",
4   "summary": "MobAdSDK allows you to display adds for users based on their explicit theme selection",
5   "homepage": "https://gitlab.com/imw-developers/mobile/ios/mobad-ios-sdk",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright 2021 i-magineworks. All Rights Reserved."
9   },
10   "authors": {
11     "I-MagineWorks": "development.imw@i-magineworks.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "git@gitlab.com:imw-developers/mobile/ios/mobad-ios-sdk.git",
18     "tag": "1.5.3-Testing"
19   },
20   "default_subspecs": "Core",
21   "swift_versions": "5.3",
22   "frameworks": "Foundation",
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "MobAdSDK/**/*.{swift,storyboard,xib,strings,stringsdict}",
33       "resources": [
34         "Assets.xcassets",
35         "MobAdSDK/**/*.{json}"
36       ]
37     }
38   ],
39   "swift_version": "5.3"