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