[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 7 / 4 / 1 / SpecLeaks2 / 0.5.0 / SpecLeaks2.podspec.json
blob0a32f62560dd8f5118db27899a2663c297cf39bc
2   "name": "SpecLeaks2",
3   "version": "0.5.0",
4   "swift_versions": "5.0",
5   "summary": "Unit Tests Memory Leaks in Swift. Write readable tests for mem leaks easily with these Quick and Nimble extensions.",
6   "description": "Quick and Nimble are tools that form a Unit Testing framework that allows you to write tests in a more humanly readable fashion. SpecLeaks is only a few additions to those tools. It lets you create unit tests to see if objects are leaking. You can test vanilla objects, view controllers, and see if an object or an action leaks",
7   "homepage": "https://github.com/leandromperez/specleaks",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Leandro Perez": "https://twitter.com/bataleandro"
14   },
15   "source": {
16     "git": "git@github.com:haifengkao/specleaks.git",
17     "tag": "0.5.0"
18   },
19   "social_media_url": "https://twitter.com/bataleandro",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "11.0"
23   },
24   "source_files": "SpecLeaks/Classes/**/*",
25   "frameworks": "XCTest",
26   "dependencies": {
27     "Quick": [
28       ">= 3.0"
29     ],
30     "Nimble": [
31       ">= 9.0"
32     ]
33   },
34   "swift_version": "5.0"