[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 9 / a / SwiftResult / 0.1.0 / SwiftResult.podspec.json
blobc0b30e30c6b9eee65762587288598ad509e809a0
2   "name": "SwiftResult",
3   "module_name": "Result",
4   "version": "0.1.0",
5   "summary": "SwiftResult provides enum for handling results from any operation more swift like.",
6   "description": "                        Library provides enum for handling result from operation. Enum can have value Failure with associated NSError instance or value Success with associated result of operation.\n",
7   "homepage": "https://github.com/adamszeptycki/SwiftResult",
8   "license": "MIT",
9   "authors": {
10     "Adam Szeptycki": "adamszeptycki@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/adamszeptycki/SwiftResult.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "SwiftResult": [
23       "Pod/Assets/*.png"
24     ]
25   }