blob: ad4389de9782eaa017f53394c0e44c4b9e887d2e [file] [log] [blame]
{
"name": "XLLoger",
"version": "0.0.7",
"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.7"
},
"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"
]
}
}
]
}