[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 9 / 6 / SUDebug / 0.5 / SUDebug.podspec.json
blob431b57b4b8ad7088760e9603152159502d45a9f8
2   "name": "SUDebug",
3   "version": "0.5",
4   "summary": "A debug tool based on PeerTalk and AsyncSocket",
5   "homepage": "https://github.com/suidongyang/SUDebug",
6   "license": "MIT",
7   "authors": {
8     "SU": "suidongyangf@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/suidongyang/SUDebug.git",
15     "tag": "0.5"
16   },
17   "source_files": "SUDebug/Classes/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "CocoaAsyncSocket": [
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "PeerTalk",
27       "source_files": "SUDebug/PeerTalk/*.{h,m}"
28     }
29   ]