[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / b / DFCourier / 1.0.5 / DFCourier.podspec.json
blob226e17f200c2e231b34bb174a4eacda897952b48
2   "name": "DFCourier",
3   "version": "1.0.5",
4   "summary": "A message sending proxy switcher.",
5   "description": "By implementing DFCourierDelegate protocol, there is an easy way to assign whose method signature will be used and which object the method will be forwarded to for each selector.\nDFCourier will ask its delegate for proxy options after receiving a method call.",
6   "homepage": "https://bitbucket.org/fangqiuming/dfcourier",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "fangqiuming": "fangqiuming@outlook.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/fangqiuming/DFCourier.git",
19     "tag": "1.0.5"
20   },
21   "frameworks": "Foundation",
22   "source_files": "DFCourier/**/*.{h,m}",
23   "requires_arc": true