[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / f / 9 / ZLSwizzle / 0.0.6 / ZLSwizzle.podspec.json
blob6a4b296936c36344188e8503e71b9a85a73e7d6a
2   "name": "ZLSwizzle",
3   "version": "0.0.6",
4   "summary": "A simple method to exchange methods belonging to different classes",
5   "description": "A simple method to exchange methods belonging to different classes",
6   "homepage": "https://github.com/TsinHzl/ZLSwizzle",
7   "license": "MIT",
8   "authors": {
9     "TsinHzl": "tsinhzl@icloud.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/TsinHzl/ZLSwizzle",
16     "tag": "0.0.6"
17   },
18   "source_files": [
19     "ZLSwizzle",
20     "ZLSwizzle/**/*.{Objc}"
21   ],
22   "exclude_files": "ZLSwizzle/Exclude",
23   "ios": {
24     "frameworks": "Foundation"
25   }