[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / e / 2 / LLDebugTool / 1.3.6 / LLDebugTool.podspec.json
blob3b8ec0e77d47c6ce8e32079a1ba0e480331a6b84
2   "name": "LLDebugTool",
3   "version": "1.3.6",
4   "summary": "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.",
5   "homepage": "https://github.com/HDB-Li/LLDebugTool",
6   "license": "MIT",
7   "authors": {
8     "HDB-Li": "llworkinggroup1992@gmail.com"
9   },
10   "social_media_url": "https://github.com/HDB-Li",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/HDB-Li/LLDebugTool.git",
16     "tag": "1.3.6"
17   },
18   "requires_arc": true,
19   "public_header_files": [
20     "LLDebugTool/LLDebug.h",
21     "LLDebugTool/DebugTool/*.h"
22   ],
23   "source_files": "LLDebugTool/**/*.{h,m}",
24   "resources": "LLDebugTool/**/*.{xib,storyboard,bundle}",
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "Photos",
29     "SystemConfiguration",
30     "CoreTelephony",
31     "QuickLook",
32     "WebKit"
33   ],
34   "dependencies": {
35     "FMDB": [
36       "~> 2.0"
37     ]
38   }