[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / f / 4 / MUHook / 1.6.0 / MUHook.podspec.json
blobd0e262bf859ba544ccbf02158ed60ba275d64897
2   "name": "MUHook",
3   "version": "1.6.0",
4   "summary": "A powerful, quickly, light-weight hooking tool on iOS device without jailbreak.",
5   "description": "MUHook/ObjC: Hook, create subclass, quick operaion for ObjC\nMUHook/C   : Hook c function with fishhook.",
6   "homepage": "https://github.com/Magic-Unique/MUHook",
7   "license": "MIT",
8   "authors": {
9     "冷秋": "516563564@qq.com"
10   },
11   "platforms": {
12     "osx": "10.8",
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/Magic-Unique/MUHook.git",
17     "tag": "1.6.0"
18   },
19   "source_files": "MUHook/MUHook.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "MUHook/Base/*.{h}"
25     },
26     {
27       "name": "ObjC",
28       "source_files": "MUHook/ObjC/*.{h,m}",
29       "platforms": {
30         "osx": "10.8",
31         "ios": "6.0"
32       },
33       "dependencies": {
34         "MUHook/Base": [
36         ]
37       }
38     },
39     {
40       "name": "Symbol",
41       "source_files": "MUHook/Symbol/*.{h,m,c}",
42       "platforms": {
43         "osx": "10.8",
44         "ios": "6.0"
45       },
46       "dependencies": {
47         "MUHook/Base": [
49         ]
50       }
51     }
52   ]