blob: e60506563c77c419b85f083ac00961be452ee3f3 [file] [log] [blame]
{
"name": "XLLoger",
"version": "0.0.9",
"summary": "A float UI log viewer for device.",
"description": "It will automatically obtain log information and display it in textview.",
"homepage": "https://github.com/mgfjx/XLLoger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mgfjx": "mgfjxxiexiaolong@gmail.com"
},
"social_media_url": "https://github.com/mgfjx",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mgfjx/XLLoger.git",
"tag": "0.0.9"
},
"requires_arc": true,
"frameworks": "UIKit",
"subspecs": [
{
"name": "Classes",
"source_files": "XLLoger/Classes/**/*.{h,m}",
"public_header_files": "XLLoger/Classes/*.h"
},
{
"name": "Assets",
"resource_bundles": {
"XLLoger": [
"XLLoger/Assets/*.png"
]
}
}
]
}