[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 4 / a / 1 / MockingbirdFramework / 0.16.0 / MockingbirdFramework.podspec.json
blob95a254bc9f8accf2f5fb6b22e79af877a5f878d5
2   "name": "MockingbirdFramework",
3   "module_name": "Mockingbird",
4   "version": "0.16.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.16.0"
17   },
18   "source_files": "Sources/MockingbirdFramework/**/*.swift",
19   "prepare_command": "make download",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.14",
23     "tvos": "9.0"
24   },
25   "frameworks": "XCTest",
26   "user_target_xcconfig": {
27     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
28   },
29   "pod_target_xcconfig": {
30     "ENABLE_BITCODE": "NO"
31   },
32   "swift_versions": "5.0",
33   "preserve_paths": [
34     "README.md",
35     "LICENSE",
36     "Makefile",
37     "mockingbird",
38     "Codesigning/*",
39     "Sources/MockingbirdCli/Info.plist"
40   ],
41   "swift_version": "5.0"