[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / f / b / ResultCocoapods / 1.1.1 / ResultCocoapods.podspec.json
blob1e2d6b581a7eb610f02579ce09754b951ef2eb96
2   "name": "ResultCocoapods",
3   "version": "1.1.1",
4   "swift_version": "4.2",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/asensei/Result",
9   "authors": {
10     "Asensei": "info@asensei.com"
11   },
12   "summary": "Swift type modelling the success/failure of arbitrary operations.",
13   "source": {
14     "git": "https://github.com/asensei/Result.git",
15     "tag": "1.1.1"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/**/*.{swift}",
25   "frameworks": "Foundation"