[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / c / 3 / MEMRest / 0.1.0 / MEMRest.podspec.json
blob12efb2890ddc6381a360768c23dd80dfcde760f1
2   "name": "MEMRest",
3   "version": "0.1.0",
4   "summary": "Base code to manage my own API requests and responses",
5   "swift_versions": "5.0",
6   "description": "<<-DESC TODO: Add long description of the pod here.DESC",
7   "homepage": "https://github.com/Millerscript/MEMRest",
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/MEMRest.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     "MEMRest": [
25       "LibraryComponents/Assets/*.png",
26       "LibraryComponents/Classes/**/*."
27     ]
28   },
29   "swift_version": "5.0"