blob: 7ee5525e0a2f9045cc0c80a7ff33d269ba33269d [file] [log] [blame]
{
"name": "ForScreenDemo",
"version": "1.0.0",
"summary": "AirPlay and DLNA",
"platforms": {
"ios": "8.0"
},
"authors": {
"wangxinghua": "wangxinghua@duia.com"
},
"homepage": "git@git.duia.org.cn:ios/airPlay.git",
"license": "MIT",
"source": {
"git": "git@git.duia.org.cn:ios/airPlay.git",
"branch": "master",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"ForScreenDemo/someFile/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreData",
"MediaPlayer"
],
"dependencies": {
"MRDLNA": [
"~> 0.1.1"
]
}
}