[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / a / 0 / QSwizzle / 0.2.4 / QSwizzle.podspec.json
blobbc5d48002b93311e8fcf8f44f12ddd509d0d6089
2   "name": "QSwizzle",
3   "version": "0.2.4",
4   "summary": "Several Swizzle methods on a NSObject category.",
5   "description": "STSwizzle add several methods on NSObject.\nSome methods allows to swizzle methods on a class,\nothers to swizzle methods for a particular instance.",
6   "homepage": "https://github.com/ModelRocket/STSwizzle",
7   "license": "MIT",
8   "authors": {
9     "iSofTom": "thomas@isoftom.com"
10   },
11   "source": {
12     "git": "https://github.com/ModelRocket/STSwizzle.git",
13     "tag": "0.2.4"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "QSwizzle/**/*.{h,m}",
19   "frameworks": "Foundation",
20   "requires_arc": true