[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / c / d / b / DFCourier / 1.0.3 / DFCourier.podspec.json
blobe43c09fae77976984af22482978d20509c51c2aa
2   "name": "DFCourier",
3   "version": "1.0.3",
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.3"
20   },
21   "frameworks": "Foundation",
22   "source_files": "DFCourier/**/*.{h,m}",
23   "requires_arc": true