[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / b / 3 / LeakEye / 1.2.0 / LeakEye.podspec.json
blobd88cfb59e6c0e684350e4c4303598a4f3ce29d4e
2   "name": "LeakEye",
3   "version": "1.2.0",
4   "summary": "LeakEye is a memory leak monitor write by swift inspired by PLeakSniffer.",
5   "description": "LeakEye is a memory leak monitor write by swift inspired by PLeakSniffer..",
6   "homepage": "https://github.com/zixun/LeakEye",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zixun": "chenyl.exe@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zixun/LeakEye.git",
16     "tag": "1.2.0"
17   },
18   "social_media_url": "https://twitter.com/zixun_",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "LeakEye/Classes/**/*",
23   "dependencies": {
24     "AppSwizzle": [
25       "~> 1.3.1"
26     ]
27   }