blob: 19e5d132e0ca61a9a99b2eefc2d4c9c4c7a0b892 [file] [log] [blame]
{
"name": "JinPlayer",
"version": "1.0.1",
"summary": "JinPlayer",
"description": "It is a Player used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/wangjinwei0806/JinPlayer",
"license": "MIT",
"authors": {
"wangjinwei": "21418925@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/wangjinwei0806/JinPlayer.git",
"tag": "1.0.1"
},
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/*.png",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.0"
]
}
}