[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / f / 3 / Succinct / 0.4.29 / Succinct.podspec.json
blob1cc6db8fdf3db1ecb1a0ad387a3d3aadc99a38f4
2   "name": "Succinct",
3   "version": "0.4.29",
4   "summary": "UI tests at the speed of unit tests. Proper encapsulation. Architecture agnostic. Freedom to refactor.",
5   "description": "Succinct was created to allow you to TDD from the view controller level in unit tests. By searching through the view hierarchy, the internals of your view controller can be kept private, honoring encapsulation. You can use any architectural pattern to implement your view controllers - and refactor to a different one - without having to change your tests. Pass in your dependencies the proper way: through the view controller's constructor - and get lightning fast feedback through unit tests instead of waiting around for your flakey UI tests to give you an accurate result... sometimes.",
6   "homepage": "https://github.com/derekleerock/Succinct",
7   "documentation_url": "https://derekleerock.github.io/Succinct",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Derek Lee",
13   "social_media_url": "https://twitter.com/derekleerock",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": [
18     "5.0"
19   ],
20   "frameworks": "MapKit",
21   "source": {
22     "git": "https://github.com/derekleerock/Succinct.git",
23     "tag": "v0.4.29"
24   },
25   "source_files": "Succinct/**/*.swift",
26   "swift_version": "5.0"