blob: 92b283bfdac026ff363fb63be25f1364d12e181d [file] [log] [blame]
{
"name": "DJHomeFramework",
"version": "0.0.8",
"summary": "A marquee view used on iOS.",
"homepage": "https://github.com/jiaoshenmene/DJHomeFramework",
"license": "MIT",
"authors": {
"杜甲": "dj815319775@163.com"
},
"source": {
"git": "https://github.com/jiaoshenmene/DJHomeFramework.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"compiler_flags": "-w",
"source_files": "DJHomeFramework_a/**/*.{h,m}",
"public_header_files": [
"DJHomeFramework_a/**/*.h",
"$(PODS_ROOT)/**/*.h"
],
"prefix_header_file": "DJHomeFramework_a/DJHomeFramework.pch",
"dependencies": {
"DJCommonFrameWork": [
]
},
"frameworks": [
"UIKit",
"VideoToolbox",
"QuartzCore",
"OpenGLES",
"MobileCoreServices",
"MediaPlayer",
"CoreVideo",
"CoreMedia",
"CoreGraphics",
"AVFoundation",
"AudioToolbox"
]
}