[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / 9 / Veeplay / 2.1 / Veeplay.podspec.json
blob11f72bba8f341f50b2aeca3e38338b65f567ba10
2   "name": "Veeplay",
3   "version": "2.1",
4   "summary": "Veeplay Media Player",
5   "homepage": "http://veeplay.com",
6   "license": "Commercial",
7   "authors": {
8     "Veeplay": "gabi@veeplay.com"
9   },
10   "source": {
11     "git": "https://github.com/veeplay/ios-media-player.git",
12     "tag": "2.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "documentation_url": "http://veeplay.github.io/ios-docs",
19   "source_files": "Headers/*.h",
20   "resources": "Assets/*.bundle",
21   "public_header_files": "Headers/*.h",
22   "preserve_paths": "Docs/*",
23   "libraries": "z",
24   "vendored_libraries": "libVeeplay.a",
25   "frameworks": [
26     "AVFoundation",
27     "MediaPlayer",
28     "CoreMedia"
29   ],
30   "dependencies": {
31     "KAProgressLabel": [
32       "~> 3.0"
33     ],
34     "TBXML": [
35       "~> 1.5"
36     ],
37     "TSMiniWebBrowser": [
39     ]
40   }