4 "summary": "Kiwi Spec with support to inject mocks using Objection",
5 "description": "Kiwi Spec with support to inject mocks using Objection.\n\nA series of macros also make using Objection much easier:\n\n- ```MSInjectionRequireProperties```\n- ```MSInjectionDesignatedInitializer```,\n- ```MSInjectionCreateObject```,\n- ```MSInjectionInjectDependencies```\n",
6 "homepage": "https://github.com/mindsnacks/MSSpec",
12 "NachoSoto": "hello@nachosoto.com"
23 "git": "https://github.com/mindsnacks/MSSpec.git",
37 "source_files": "MSSpec/Classes/App/*.{h,m}",
38 "public_header_files": "MSSpec/Classes/MSInjection.h"
50 "frameworks": "XCTest",
51 "source_files": "MSSpec/Classes/Tests/*.{h,m}",
52 "public_header_files": "MSSpec/Classes/Tests/MSSpec.h",
53 "prefix_header_contents": "#import <MSSpec/MSSpec.h>\n"