[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / f / XLLoger / 0.0.1 / XLLoger.podspec.json
blob8f804dc19f8a96704ddb176ead5247a19d875a67
2   "name": "XLLoger",
3   "version": "0.0.1",
4   "summary": "A float UI log viewer for device.",
5   "description": "It will automatically obtain log information and display it in textview.",
6   "homepage": "https://github.com/mgfjx/XLLoger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mgfjx": "mgfjxxiexiaolong@gmail.com"
13   },
14   "social_media_url": "https://github.com/mgfjx",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/mgfjx/XLLoger.git",
20     "tag": "0.0.1"
21   },
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "subspecs": [
25     {
26       "name": "Classes",
27       "source_files": "XLLoger/Classes/**/*.{h,m}",
28       "public_header_files": "XLLoger/Classes/*.h"
29     },
30     {
31       "name": "Assets",
32       "resource_bundles": {
33         "XLLoger": [
34           "XLLoger/Assets/*.png"
35         ]
36       }
37     }
38   ]