[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / f / b / ResultCocoapods / 1.1.0 / ResultCocoapods.podspec.json
blob44e4cab09b6a7bd9fda82c117732b1fb01c65196
2   "name": "ResultCocoapods",
3   "version": "1.1.0",
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.0"
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"