[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 8 / f / ModulOSKit / 0.1.7 / ModulOSKit.podspec.json
blob537b2ef3c4f3e8ce39deb651c6e100e565f3205c
2   "name": "ModulOSKit",
3   "version": "0.1.7",
4   "summary": "ModulOSKit is a library containing ready-made components, modules and network operations.",
5   "description": "ModulOSKit is a library containing ready-made components, modules and network operations. Building structures;\n\n    1-) Warning\n       Warnings appear at moments that indicate a situation. These can be 'successful, consequential and informative'.\n\n    2-) Network\n       HTTP operations are run by integrating the 'Alamofire' library for the connection through which Restful_API flights are transmitted. These are 'GET', 'POST', 'PUT' and 'DELETE' operations.\n\n    3-) Encryption and Decryption\n       It is important to encrypt data and hide sensitive data and it has been used as intended. For example, it can be used to hide the user's password.\n\n    4-) ViewComponent\n       There are some structures that are frequently used. It is formatted to receive external parameters.",
6   "homepage": "https://github.com/OmerSarlavuk/ModulOSKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "OmerSarlavuk": "omersarlavuk6@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/OmerSarlavuk/ModulOSKit.git",
16     "tag": "0.1.7",
17     "branch": "master"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "ModulOSKit/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 5.9"
26     ],
27     "SnapKit": [
28       "~> 5.0"
29     ],
30     "Kingfisher": [
31       "~> 6.3"
32     ]
33   }