[Add] NASSDK 1.4.21
[CocoaPods.git] / Specs / 8 / d / a / RCProxy / 3.1.0 / RCProxy.podspec.json
blob5ccc5d5d3e08f99efa6f209ba76359027830af80
2   "name": "RCProxy",
3   "version": "3.1.0",
4   "summary": "A lightweight inapp HTTP requests logger for your iOS and tvOS apps.",
5   "swift_versions": "5.0",
6   "description": "RCProxy will log all your HTTP requests inapp, with an expand / collapse JSON UI that will make debug even more easy. No more external proxy needed, you can implement it with only two lines of code. You will also be able to share curl requests and json responses easily. Your requests can be stored in a long-life database (for logging background requests for example), or just for a user session.",
7   "homepage": "https://github.com/RCaroff/RCProxy",
8   "screenshots": [
9     "https://github.com/user-attachments/assets/4f473b6c-cc93-4aaa-a50b-9cca4fb34b9f",
10     "https://github.com/user-attachments/assets/29b548ec-75bc-454a-9896-c6fa68bdf6c4"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "RCaroff": "rcaroff@icloud.com"
18   },
19   "source": {
20     "git": "https://github.com/RCaroff/RCProxy.git",
21     "tag": "3.1.0"
22   },
23   "platforms": {
24     "ios": "15.0",
25     "tvos": "15.0"
26   },
27   "source_files": "Sources/**/*.swift",
28   "resources": "Sources/RCProxy/Resources/*.xcdatamodeld",
29   "frameworks": [
30     "SwiftUI",
31     "CoreData"
32   ],
33   "swift_version": "5.0"