[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 9 / d / 4 / ASInspector / 0.1.2 / ASInspector.podspec.json
blobfe1d21c70fa6db1b75b54644022b2297a52d0012
2   "name": "ASInspector",
3   "version": "0.1.2",
4   "summary": "Network Logger and Console Logger",
5   "description": "ASInspector is simple and extensible logger. It makes easy to log network request and response on file, Xcode console or send log to servers. It provides user friendly UI for debugging and testing purpose.",
6   "homepage": "https://github.com/ahmadashraf604/ASInspector",
7   "screenshots": "https://raw.githubusercontent.com/ahmadashraf604/ASInspector/main/ASInspector.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Ahmed Ashraf": "ahmadashraf604@gmail.com"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/ahmadashraf604/ASInspector.git",
21     "tag": "v0.1.2"
22   },
23   "source_files": "ASInspector/ASInspector/**/*.{swift,xcdatamodeld,xcdatamodel}",
24   "resources": "ASInspector/ASInspector/**/*.{xcassets,storyboard,xib,xcdatamodeld,xcdatamodel}",
25   "requires_arc": true,
26   "frameworks": [
27     "UIKit",
28     "CoreData"
29   ],
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "4.0"
32   },
33   "swift_version": "5.0"