[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / c / a / Blobfish / 1.0.0 / Blobfish.podspec.json
blobf7f71ca47766d46821f5c53259a4497bdac6505b
2   "name": "Blobfish",
3   "version": "1.0.0",
4   "summary": "Easily handle errors",
5   "description": "Easily handle errors and present them to the user in a nice way.",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "swift_version": "3.3",
11   "authors": {
12     "Nodes Agency - iOS": "ios@nodes.dk"
13   },
14   "social_media_url": "http://twitter.com/nodes_ios",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "homepage": "https://github.com/nodes-ios/Blobfish",
19   "source": {
20     "git": "https://github.com/nodes-ios/Blobfish.git",
21     "tag": "1.0.0"
22   },
23   "source_files": [
24     "Blobfish",
25     "Blobfish/**/*.{h,m}"
26   ],
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.6.0"
31     ]
32   }