[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 5 / 3 / 6 / SuperKVC / 0.0.1 / SuperKVC.podspec.json
blobaecdd8f8e38e0014bc17397c5ebde3d3faf8b2da
2   "name": "SuperKVC",
3   "version": "0.0.1",
4   "summary": "Cocoa Model Framework with a simplified, chainable and expressive syntax.",
5   "description": "SuperKVC is a light-weight model framework to convert JSON to Model. It has its own config DSL which provides a chainable way of describing your injection config concise and readable. SuperKVC supports iOS and macOS.",
6   "homepage": "https://github.com/Soulghost/SuperKVC",
7   "license": "MIT",
8   "authors": {
9     "xiuyutong": "xiuyutong1994@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Soulghost/SuperKVC.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "SuperKVC/*.{h,m}",
19   "frameworks": "Foundation"