[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / a / c / DYFRuntimeProvider / 1.0.1 / DYFRuntimeProvider.podspec.json
blob3576e148ef7d093772f57a330892cfdf1c8b7a4d
2   "name": "DYFRuntimeProvider",
3   "version": "1.0.1",
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.1"
20   },
21   "source_files": "RuntimeProvider/*.{h,m}",
22   "public_header_files": "RuntimeProvider/*.h",
23   "requires_arc": true