[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / d / b / 8 / MEMBase / 0.1.3 / MEMBase.podspec.json
blobc109ee5384ab351bd6ede9d21ad4fc6d5d20ff92
2   "name": "MEMBase",
3   "version": "0.1.3",
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.3"
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"