[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / a / d / CandyPlayer / 0.0.1 / CandyPlayer.podspec.json
blob85834ec04b4ae993fa31ac65798d6b5a06e0cd0c
2   "name": "CandyPlayer",
3   "version": "0.0.1",
4   "summary": "a customize media playback UI base on avplayer and rac.",
5   "description": "* Fully customizable UI\n* Orientation change support",
6   "homepage": "https://github.com/baiwhte/CandyPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "baiwhte": "baiwhte@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/baiwhte/CandyPlayer.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "CandyPlayer/Classes/**/*.{h,m}",
22   "public_header_files": "CandyPlayer/Classes/**/*.h",
23   "resource_bundles": {
24     "CandyPlayer": [
25       "CandyPlayer/Assets/*.png"
26     ]
27   },
28   "requires_arc": true,
29   "dependencies": {
30     "ReactiveObjC": [
31       "~> 3.0.0"
32     ]
33   }