Skip to content

Commit

Permalink
[Add] Nimble 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffh authored and CocoaPodsBot committed Oct 5, 2015
1 parent a9b19a1 commit 0915cfc
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Specs/Nimble/2.0.0/Nimble.podspec.json
@@ -0,0 +1,31 @@
{
"name": "Nimble",
"version": "2.0.0",
"summary": "A Matcher Framework for Swift and Objective-C",
"description": "Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.",
"homepage": "https://github.com/Quick/Nimble",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": "Quick Contributors",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Quick/Nimble.git",
"tag": "v2.0.0"
},
"source_files": [
"Nimble",
"Nimble/**/*.{swift,h,m}"
],
"weak_frameworks": "XCTest",
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "-weak-lswiftXCTest",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
}
}

0 comments on commit 0915cfc

Please sign in to comment.