[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / d / b / DFCourier / 1.0.1 / DFCourier.podspec.json
blob56ef9385dfb6b6962620433990ba6a680759b089
2   "name": "DFCourier",
3   "version": "1.0.1",
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://bitbucket.org/fangqiuming/dfcourier.git",
19     "tag": "1.0.1"
20   },
21   "frameworks": "Foundation",
22   "source_files": "DFCourier/**/*.{h,m}",
23   "requires_arc": true