[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / b / 8 / MEMBase / 0.1.2 / MEMBase.podspec.json
blobf91adffdf82adff4fa6108698bf1c3db3494a17d
2   "name": "MEMBase",
3   "version": "0.1.2",
4   "summary": "Base code for my own projects based in my experience.",
5   "swift_versions": "5.0",
6   "description": "DESC TODO: Add long description of the pod here. DESC",
7   "homepage": "https://github.com/Millerscript/MEMBase",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Millerscript": "millersmosquera@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Millerscript/MEMBase.git",
17     "tag": "0.1.2"
18   },
19   "platforms": {
20     "ios": "15.0"
21   },
22   "source_files": "LibraryComponents/Classes/**/*.{h,m,swift}",
23   "resource_bundles": {
24     "MEMBase": [
25       "LibraryComponents/Assets/*.png",
26       "LibraryComponents/Classes/**/*."
27     ]
28   },
29   "swift_version": "5.0"