[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / a / e / FireAdverting / 0.1.18 / FireAdverting.podspec.json
blob9a18ea46fb52661b90ae79837bc42efb4a686797
2   "name": "FireAdverting",
3   "version": "0.1.18",
4   "summary": "A short description of GPFireable.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/conversun/FireAdverting.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Conver": "conversun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/conversun/FireAdverting.git",
16     "tag": "0.1.18"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "static_framework": true,
23   "default_subspecs": "Core",
24   "dependencies": {
25     "mopub-ios-sdk": [
26       "~> 5.10.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "FireAdverting/Adverting/**/*"
33     },
34     {
35       "name": "Native",
36       "source_files": "FireAdverting/Native/**/*",
37       "resource_bundles": {
38         "FireAdverting": [
39           "FireAdverting/Assets/*"
40         ]
41       },
42       "dependencies": {
43         "FireAdverting/Core": [
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.1"