[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 2 / c / 6 / MAObjCRuntime / 0.0.1 / MAObjCRuntime.podspec.json
blob3ff9795e2e17abf0ef7f22501fcbf72b60a0c593
2   "name": "MAObjCRuntime",
3   "version": "0.0.1",
4   "summary": "ObjC wrapper for ObjC runtime API.",
5   "description": "                    MAObjCRuntime is an ObjC wrapper around the Objective-C runtime APIs.\n                    If that's confusing, it provides a nice object-oriented interface around (some of) the C functions in /usr/include/objc.\n",
6   "homepage": "https://github.com/mikeash/MAObjCRuntime",
7   "license": "BSD",
8   "authors": {
9     "Mike Ash": "mike@mikeash.com"
10   },
11   "source": {
12     "git": "https://github.com/mikeash/MAObjCRuntime.git",
13     "commit": "750d4e8ded732dda422cbf0d2edc5a9a21d01a34"
14   },
15   "source_files": [
16     "MARTNSObject.{h,m}",
17     "RT*.{h,m}"
18   ],
19   "requires_arc": false