[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / c / Guard / 1.0.0 / Guard.podspec.json
blob5bb2ac4b53dfdf5ae07e800f56d9bf4a10cba78e
2   "name": "Guard",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "Guard dealloc method.",
8   "description": "add block, when system call the dealloc, call this block first.",
9   "homepage": "https://github.com/giveMeHug/Guard",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "as_one": "413890968@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/giveMeHug/Guard.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": true