[Add] YIM 2.2.8
[CocoaPods.git] / Specs / 0 / a / c / AutoMockable / 0.1.2 / AutoMockable.podspec.json
blob27a8271405813b242ead51f44110a520b4031feb
2   "name": "AutoMockable",
3   "version": "0.1.2",
4   "summary": "Framework to generate Mockito-style mocks automatically.",
5   "homepage": "https://github.com/Arasthel/AutoMockable",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jorge Martin Espinosa": "contact@arasthel.com"
12   },
13   "source": {
14     "git": "https://github.com/Arasthel/AutoMockable.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "AutoMockable/Source/**/*",
21   "resources": "AutoMockable/Templates/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "Sourcery": [
26     ]
27   },
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\""
36   }