[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 2 / UIGuard / 0.1 / UIGuard.podspec.json
blob713627d6534a1af3a87ab1abcac4634960540c72
2   "name": "UIGuard",
3   "version": "0.1",
4   "summary": "A tiny tool to guarantee that the UI is running within the main thread.",
5   "homepage": "https://github.com/huayu0723/UIGuard",
6   "license": "MIT",
7   "authors": {
8     "huazhenyu": "zhyhua04@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/huayu0723/UIGuard.git",
12     "tag": "0.1"
13   },
14   "source_files": "*.{h,m}",
15   "requires_arc": true,
16   "private_header_files": "UIGuard.h",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "dependencies": {
21     "Aspects": [
23     ]
24   }