[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / c / DYFRuntimeProvider / 1.0.0 / DYFRuntimeProvider.podspec.json
blobcccac60fb937e59787c936c1e2ec2c99df097f70
2   "name": "DYFRuntimeProvider",
3   "version": "1.0.0",
4   "summary": "DYFRuntimeProvider wraps the runtime.(Objective-C)",
5   "description": "DYFRuntimeProvider wraps the runtime, and can quickly use for the transformation of the dictionary and model, archiving and unarchiving, adding a method, exchanging two methods, replacing a method, and getting all the variable names, property names and method names of a class.",
6   "homepage": "https://github.com/dgynfi/DYFRuntimeProvider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dgynfi": "vinphy.teng@foxmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/dgynfi/DYFRuntimeProvider.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "RuntimeProvider/*.{h,m}",
22   "public_header_files": "RuntimeProvider/*.h",
23   "requires_arc": true