[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 8 / ZZSwizzle / 1.0.0 / ZZSwizzle.podspec.json
blob6cfaec116d1a67d4d931529019e0ebb4827c5e29
2   "name": "ZZSwizzle",
3   "version": "1.0.0",
4   "summary": "方法交换的简单封装,方便以后使用.",
5   "description": "方法交换的简单封装,方便以后使用",
6   "homepage": "https://github.com/saberge/ZZSwizzle",
7   "license": "MIT",
8   "authors": {
9     "zhenglaixian": "saberge@163.com"
10   },
11   "source": {
12     "git": "https://github.com/saberge/ZZSwizzle.git",
13     "tag": "1.0.0"
14   },
15   "source_files": [
16     "Classes",
17     "SwizzleDemo/Classes/**/*.{h,m}"
18   ],
19   "exclude_files": "Classes/Exclude",
20   "platforms": {
21     "osx": null,
22     "ios": null,
23     "tvos": null,
24     "watchos": null
25   }