[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 4 / f / MYSRuntime / 0.0.5 / MYSRuntime.podspec.json
blobeb1978e1470534edbce67511b6d45d6f661dfec3
2   "name": "MYSRuntime",
3   "version": "0.0.5",
4   "summary": "Obj-C Library that makes runtime self-inspection and class modification dead easy.",
5   "description": "                   Using objective-c objects to wrap classes methods and properties, it is much easier and\n                   straight-forward to get information about a classes properties.\n\n                   Creating methods from blocks and adding them to classes is also dead easy.\n",
6   "homepage": "https://github.com/mysterioustrousers/MYSRuntime",
7   "license": "MIT",
8   "authors": {
9     "Adam Kirk": "adam@mysterioustrousers.com"
10   },
11   "platforms": {
12     "ios": "5.0",
13     "osx": "10.6"
14   },
15   "source": {
16     "git": "https://github.com/mysterioustrousers/MYSRuntime.git",
17     "tag": "0.0.5"
18   },
19   "source_files": "MYSRuntime/*.{h,m}",
20   "frameworks": "Foundation",
21   "requires_arc": true