[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / 8 / f / ModulOSKit / 0.1.3 / ModulOSKit.podspec.json
blob2dc1bf312b7bb4fd9aac8a62b3a49f790f9af3df
2   "name": "ModulOSKit",
3   "version": "0.1.3",
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",
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.3",
17     "branch": "master"
18   },
19   "platforms": {
20     "ios": "10.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   }