[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 4 / f / MYSRuntime / 0.0.4 / MYSRuntime.podspec.json
blob59dcff1f7efdf4179f5defa779aa437a51285cab
2   "name": "MYSRuntime",
3   "version": "0.0.4",
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.4"
18   },
19   "source_files": "MYSRuntime/*.{h,m}",
20   "frameworks": "Foundation",
21   "requires_arc": true