[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / e / c / Replayer / 0.1.0 / Replayer.podspec.json
blob35ef81a2bb4aa2ccd43816b676a37e2a1a2b5c5d
2   "name": "Replayer",
3   "version": "0.1.0",
4   "summary": "An iOS video player based on AVFoundation.",
5   "homepage": "https://github.com/zhangqifan/Replayer",
6   "license": "MIT",
7   "authors": {
8     "zhangqifan": "qifan.zhang@chipmuck.cc"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/zhangqifan/Replayer.git",
15     "tag": "0.1.0"
16   },
17   "source_files": [
18     "Replayer",
19     "Replayer/**/*.{h,m}"
20   ],
21   "resources": "Replayer/ReplayerResource.bundle",
22   "frameworks": [
23     "SystemConfiguration",
24     "UIKit",
25     "MediaPlayer",
26     "AVFoundation"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "Masonry": [
32     ],
33     "MMMaterialDesignSpinner": [
34       "~> 0.2.3"
35     ],
36     "Toast": [
37       "~> 3.1.0"
38     ]
39   }