[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / a / 1 / MockingbirdFramework / 0.17.0 / MockingbirdFramework.podspec.json
blobe5b3d12224e8ca09254ee3ecc39d19bbdbd63082
2   "name": "MockingbirdFramework",
3   "module_name": "Mockingbird",
4   "version": "0.17.0",
5   "summary": "A convenient mocking framework for Swift.",
6   "homepage": "https://github.com/birdrides/mockingbird",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Chang": "andrew.chang@bird.co"
13   },
14   "source": {
15     "git": "https://github.com/birdrides/mockingbird.git",
16     "tag": "0.17.0"
17   },
18   "source_files": "Sources/MockingbirdFramework/**/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.14",
22     "tvos": "9.0"
23   },
24   "frameworks": "XCTest",
25   "user_target_xcconfig": {
26     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
27   },
28   "pod_target_xcconfig": {
29     "ENABLE_BITCODE": "NO"
30   },
31   "swift_versions": "5.0",
32   "preserve_paths": [
33     "README.md",
34     "LICENSE",
35     "Makefile",
36     "mockingbird",
37     "Codesigning/*",
38     "Sources/MockingbirdCli/Info.plist"
39   ],
40   "swift_version": "5.0"