2 "name": "AssertRequest",
4 "summary": "Assert Request allows you to assert that your app is making the correct network request in a given situation, without any setup.",
5 "description": "Assert Request allows you to assert that your app is making the correct network request in a given situation, without any setup.\nThis framework works like a snapshot test. First, you run it on record mode, so every request made during test time is stored on disk. Later, when you disable recording, the framework will assert that matching requests will be made for that same test case.\nDuring test time, no requests will be actually made to the web.",
6 "homepage": "https://github.com/lucas1295santos/AssertRequest",
12 "lucas1295santos": "lucas1295santos@gmail.com"
15 "git": "https://github.com/lucas1295santos/AssertRequest.git",
18 "social_media_url": "https://twitter.com/oliveira__lucas",
22 "swift_versions": "5.0",
23 "source_files": "AssertRequest/Classes/**/*",
25 "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PROJECT_DIR) $(PLATFORM_DIR)/Developer/Library/Frameworks"
31 "source_files": "AssertRequest/Tests/**/*"
34 "swift_version": "5.0"