[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 8 / 4 / EVVideoPlayer / 0.1.0 / EVVideoPlayer.podspec.json
blob1ad53053d82bc8b79c1a7e054eafd0c8a0424492
2   "name": "EVVideoPlayer",
3   "version": "0.1.0",
4   "summary": "A UIView subclass for playing videos",
5   "description": "A video player with a lot of cool features. More coming soon!.",
6   "homepage": "https://github.com/EstebanVallejo/EVVideoPlayer",
7   "license": "MIT",
8   "authors": {
9     "Esteban Vallejo": "evallejo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/EstebanVallejo/EVVideoPlayer.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": [
22     "AVFoundation",
23     "QuartzCore"
24   ]