| { |
| "name": "AutoMockable", |
| "version": "0.1.1", |
| "summary": "Framework to generate Mockito-style mocks automatically.", |
| "homepage": "https://github.com/Arasthel/AutoMockable", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jorge Martin Espinosa": "contact@arasthel.com" |
| }, |
| "source": { |
| "git": "https://github.com/Arasthel/AutoMockable.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AutoMockable/Source/**/*", |
| "resources": "AutoMockable/Templates/*", |
| "frameworks": "Foundation", |
| "dependencies": { |
| "Sourcery": [ |
| |
| ] |
| }, |
| "weak_frameworks": "XCTest", |
| "swift_version": "4.1", |
| "pod_target_xcconfig": { |
| "APPLICATION_EXTENSION_API_ONLY": "YES", |
| "ENABLE_BITCODE": "NO", |
| "OTHER_LDFLAGS": "$(inherited) -weak-lswiftXCTest -Xlinker -no_application_extension", |
| "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings", |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"" |
| } |
| } |