blob: f8c0bff06b9f9a17b2fb7146047005903a159959 [file] [log] [blame]
{
"name": "XPlayer",
"version": "0.2.1",
"swift_version": "4.1",
"summary": "PIP Video player for iOS",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/wddwycc/XPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wddwycc": "wddwyss@gmail.com"
},
"source": {
"git": "https://github.com/wddwycc/XPlayer.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/wddwycc",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "XPlayer/Classes/**/*",
"resource_bundles": {
"XPlayer": [
"XPlayer/Assets/*.png"
]
},
"dependencies": {
"TinyConstraints": [
"~>3.0"
]
}
}