| { |
| "name": "JSONMatcher", |
| "version": "0.1.0", |
| "summary": "A JSON matcher extension for Nimble", |
| "description": "JSONMatcher is a JSON matcher library for Swift testing. It works as an extension for Nimble.", |
| "homepage": "https://github.com/giginet/JSONMatcher", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "giginet": "giginet.net@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/giginet", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/giginet/JSONMatcher.git", |
| "tag": "v0.1.0" |
| }, |
| "source_files": "Sources/JSONMatcher/**/*.{swift,h,m}", |
| "weak_frameworks": "XCTest", |
| "requires_arc": true, |
| "dependencies": { |
| "Nimble": [ |
| "~> 4.0.0" |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "ENABLE_BITCODE": "NO", |
| "OTHER_LDFLAGS": "-weak-lswiftXCTest", |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"" |
| } |
| } |