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