[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / 6 / YLHook / 1.0.0 / YLHook.podspec.json
blob7d05121ec67d9d856b08d85045c4d86072aeb2ad
2   "name": "YLHook",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A delightful library inspired by Functional Programming for AOP based Aspects.",
9   "homepage": "https://github.com/ypli-chn/YLHook",
10   "authors": {
11     "Yunpeng Li": "ypli.chn@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/ypli-chn/YLHook.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "*.{h,m}",
22   "dependencies": {
23     "Aspects": [
24       "~> 1.4.1"
25     ]
26   }