[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 3 / d / e / BitLabs / 3.2.0 / BitLabs.podspec.json
blob3f2b8b37bcc6f653f27d111b953d4693aa947510
2   "name": "BitLabs",
3   "version": "3.2.0",
4   "summary": "BitLabs - monetize your app with rewarded surveys.",
5   "description": "BitLabs offers the opportunity to monetize your app with rewarded surveys easily.",
6   "homepage": "https://github.com/BitBurst-GmbH/bitlabs-ios-sdk",
7   "license": "Commercial",
8   "authors": {
9     "BitBurst GmbH": "bitlabs@bitburst.net"
10   },
11   "source": {
12     "git": "https://github.com/BitBurst-GmbH/bitlabs-ios-sdk.git",
13     "tag": "3.2.0"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "dependencies": {
20     "Alamofire": [
21       "~> 5.5"
22     ]
23   },
24   "default_subspecs": "Core",
25   "testspecs": [
26     {
27       "name": "UnitTests",
28       "test_type": "unit",
29       "source_files": "BitLabs/Tests/Unit\\ Tests/*.swift",
30       "dependencies": {
31         "OHHTTPStubs/Swift": [
33         ]
34       }
35     }
36   ],
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "BitLabs/Classes/{Shared,Core}/**/*.swift",
41       "resources": [
42         "BitLabs/Resources/{Shared,Core}/**/*.xib",
43         "BitLabs/Localizations/**/*.strings",
44         "BitLabs/Resources/{Shared,Core}/**/*.xcassets"
45       ]
46     },
47     {
48       "name": "Unity",
49       "source_files": "BitLabs/Classes/{Shared,Unity}/**/*.swift",
50       "resources": [
51         "BitLabs/Resources/Shared/**/*.xib",
52         "BitLabs/Localizations/**/*.strings",
53         "BitLabs/Resources/Shared/**/*.xcassets"
54       ]
55     }
56   ],
57   "swift_version": "5.0"