| { |
| "name": "MockDuck", |
| "version": "1.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "A network mocking layer for iOS and macOS", |
| "homepage": "https://github.com/buzzfeed/MockDuck", |
| "authors": "BuzzFeed", |
| "source": { |
| "git": "https://github.com/buzzfeed/MockDuck.git", |
| "tag": "1.0" |
| }, |
| "source_files": "MockDuck/Sources/**/*.{h,m,swift}", |
| "swift_version": "4.2", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12" |
| }, |
| "pod_target_xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks", |
| "ENABLE_BITCODE": "NO" |
| } |
| } |