blob: faf7a371bf735ed9700586b31358659b0d358d2e [file] [log] [blame]
{
"name": "DLNARemoteControl",
"version": "0.1.0",
"summary": "A library for iOS to use DLNA.",
"description": "You can use this library to implement multi-screen interactions with DLNA Technology.",
"homepage": "https://github.com/AlexLearnsToCode/Multi-Screen-Interactions",
"license": "MIT",
"authors": {
"AlexLearnsToCode": "229570121@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AlexLearnsToCode/Multi-Screen-Interactions.git",
"tag": "0.1.0"
},
"source_files": "DLNARemoteControl/DLNARemoteControl/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}