[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / d / b / 8 / MEMBase / 0.1.1 / MEMBase.podspec.json
blob9d6be5475e717d0a72354d95a2e3dd7a609a4168
2   "name": "MEMBase",
3   "version": "0.1.1",
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.1"
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"