[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 2 / DDSlackWebhook / 1.0 / DDSlackWebhook.podspec.json
blobf0ddab635f1fc1864254c96eae558d75cce2f687
2   "name": "DDSlackWebhook",
3   "version": "1.0",
4   "summary": "A slack webhook client written with Objective-C",
5   "description": "DDSlackWebhook is a simple client post notification to your slack channel use slack incoming webhooks. Written in Objective-c.",
6   "homepage": "https://github.com/deepdevelop/DDSlackWebhook",
7   "license": "MIT",
8   "authors": {
9     "Liu Yi": "61upup@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/deepdevelop/DDSlackWebhook.git",
17     "tag": "1.0"
18   },
19   "source_files": "DDSlackWebhook/**/*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.5"
24     ]
25   }