[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 8 / 2 / 6 / YLHook / 1.0.2 / YLHook.podspec.json
blob206bcb3fdcde20dbcd8479aa6e11d2045c4af1bf
2   "name": "YLHook",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A delightful library inspired by Functional Programming for AOP based on 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.2"
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   }