[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / c / 2 / ZIKMethodSwizzler / 1.0 / ZIKMethodSwizzler.podspec.json
blob5c38917b24617462c7eb7aca3925f40eac7f7ca9
2   "name": "ZIKMethodSwizzler",
3   "version": "1.0",
4   "summary": "functions for objc method swizzling.",
5   "description": "functions for objc method swizzling. Auto match class method and instance method.",
6   "homepage": "https://github.com/Zuikyo/ZIKMethodSwizzler",
7   "license": "MIT",
8   "authors": {
9     "Zuikyo": "zuilongzhizhu@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/Zuikyo/ZIKMethodSwizzler.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "*.{h,m}",
20     "ZIKMethodSwizzler/*.{h,m}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true