2 "name": "AutoMockable",
4 "summary": "Framework to generate Mockito-style mocks automatically.",
5 "homepage": "https://github.com/Arasthel/AutoMockable",
11 "Jorge Martin Espinosa": "contact@arasthel.com"
14 "git": "https://github.com/Arasthel/AutoMockable.git",
20 "source_files": "AutoMockable/Source/**/*",
21 "resources": "AutoMockable/Templates/*",
22 "frameworks": "Foundation",
28 "weak_frameworks": "XCTest",
29 "swift_version": "4.1",
30 "pod_target_xcconfig": {
31 "APPLICATION_EXTENSION_API_ONLY": "YES",
32 "ENABLE_BITCODE": "NO",
33 "OTHER_LDFLAGS": "$(inherited) -weak-lswiftXCTest -Xlinker -no_application_extension",
34 "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
35 "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""