[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 6 / 4 / LaurelSwizzling / 0.0.1 / LaurelSwizzling.podspec.json
blob3e5c436ba85ddb39b737f54e89f73c3391cc902d
2   "name": "LaurelSwizzling",
3   "version": "0.0.1",
4   "summary": "A generic iOS Method Swizzling framework",
5   "description": "A generic iOS Method Swizzling framework Help you to swizzling method easily",
6   "homepage": "https://github.com/LonlyCat/LaurelSwizzling",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sen": "lbs19312@live.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/LonlyCat/LaurelSwizzling.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "LaurelSwizzling",
23     "LaurelSwizzling/**/*.{h,m}"
24   ],
25   "exclude_files": "LaurelSwizzling/LaurelSwizzling.docc",
26   "frameworks": "Foundation",
27   "requires_arc": true