| { |
| "name": "DDSlackWebhook", |
| "version": "1.0", |
| "summary": "A slack webhook client written with Objective-C", |
| "description": "DDSlackWebhook is a simple client post notification to your slack channel use slack incoming webhooks. Written in Objective-c.", |
| "homepage": "https://github.com/deepdevelop/DDSlackWebhook", |
| "license": "MIT", |
| "authors": { |
| "Liu Yi": "61upup@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9" |
| }, |
| "source": { |
| "git": "https://github.com/deepdevelop/DDSlackWebhook.git", |
| "tag": "1.0" |
| }, |
| "source_files": "DDSlackWebhook/**/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.5" |
| ] |
| } |
| } |