[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / a / MEMComponents / 0.1.0 / MEMComponents.podspec.json
blobb36bea5d09bbf3a9fa4c35cc6631b114a51c2f22
2   "name": "MEMComponents",
3   "version": "0.1.0",
4   "summary": "My own components to create my apps and to ease the development",
5   "swift_versions": "5.0",
6   "description": "My own components to create my apps and easing the development as a iOS Swift, UIKit_SwiftUI freelancer.",
7   "homepage": "https://github.com/Millerscript/MEMComponents",
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/MEMComponents.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "15.0"
21   },
22   "source_files": "LibraryComponents/Classes/**/*.{h,m,swift}",
23   "resource_bundles": {
24     "MEMComponents": [
25       "LibraryComponents/Assets/*.png",
26       "LibraryComponents/Classes/**/*."
27     ]
28   },
29   "dependencies": {
30     "Kingfisher": [
31       "~> 7.0"
32     ],
33     "MEMBase": [
34       "0.1.3"
35     ]
36   },
37   "swift_version": "5.0"