[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / f / 0 / Nimble-Promissum / 0.1.1 / Nimble-Promissum.podspec.json
blob16725292909b1aa99185f423b094af7e8b0f66fc
2   "name": "Nimble-Promissum",
3   "version": "0.1.1",
4   "summary": "Nimble matchers for Promissum promises",
5   "description": "Nimble matchers for Promissum promises. These allow you to easily write expressive tests that produce useful failure messages when working with promises.",
6   "homepage": "https://github.com/briancroom/Nimble-Promissum",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brian Croom": "brian.s.croom@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/aikoniv",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "pod_target_xcconfig": {
19     "ENABLE_BITCODE": "NO"
20   },
21   "source": {
22     "git": "https://github.com/briancroom/Nimble-Promissum.git",
23     "tag": "0.1.1"
24   },
25   "source_files": "Nimble-Promissum/*.swift",
26   "requires_arc": true,
27   "frameworks": [
28     "Foundation",
29     "XCTest"
30   ],
31   "dependencies": {
32     "Promissum": [
33       "~> 0.5.0"
34     ],
35     "Nimble": [
37     ],
38     "Quick": [
40     ]
41   }