[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / c / d / MSPlayer / 1.2.0 / MSPlayer.podspec.json
blob34e96a926026d8b4e949dae36121c34d9133640f
2   "name": "MSPlayer",
3   "version": "1.2.0",
4   "summary": "A quick use VideoPlayer base on avplayer and support floating like youtube did",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/masonchang1991/MSPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "masonchang1991": "masonchang1991@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/masonchang1991/MSPlayer.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "MSPlayer/Classes/",
23     "MSPlayer/Classes/VideoTimeRecord.xcdatamodeld",
24     "MSPlayer/Classes/VideoTimeRecord.xcdatamodeld/*.xcdatamodel"
25   ],
26   "resources": [
27     "MSPlayer/Classes/VideoTimeRecord.xcdatamodeld",
28     "MSPlayer/Classes/VideoTimeRecord.xcdatamodeld/*.xcdatamodel"
29   ],
30   "preserve_paths": "MSPlayer/Classes/VideoTimeRecord.xcdatamodeld",
31   "resource_bundles": {
32     "MSPlayer": [
33       "MSPlayer/Assets/*.png"
34     ]
35   },
36   "frameworks": "CoreData",
37   "dependencies": {
38     "NVActivityIndicatorView": [
39       "4.0.0"
40     ]
41   }