[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / d / b / DFCourier / 2.0.0 / DFCourier.podspec.json
blobcb581ca16dde490d3f4950ff959408a7b542029e
2   "name": "DFCourier",
3   "version": "2.0.0",
4   "summary": "Subclass of NSProxy that forwards messages complies with rule tables.",
5   "description": "DFCourier controls message forwarding by customized rule tables, and make it easy to compose rules by supporting method chaining and bulk editing.",
6   "homepage": "https://github.com/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": "2.0.0"
20   },
21   "frameworks": "Foundation",
22   "source_files": "DFCourier/**/*.{h,m}",
23   "requires_arc": true