[Add] FishjamCloudClient 0.6.0
[CocoaPods.git] / Specs / 0 / 8 / 3 / SAVASTParser / 1.0.0 / SAVASTParser.podspec.json
blobcf2a5b43bbb5e83177a17b26447ec487a2b6d0d0
2   "name": "SAVASTParser",
3   "version": "1.0.0",
4   "summary": "The SuperAwesome custom VAST parser",
5   "description": "The SuperAwesome custom VAST parser; built to work with the SAVideoPlayer or the SAVideoVLCPlayer",
6   "homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-vastparser",
7   "license": {
8     "type": "Apache License",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gabriel Coman": "gabriel.coman@superawesome.tv"
13   },
14   "source": {
15     "git": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-vastparser.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "SAVASTParser": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "dependencies": {
29     "SAUtils": [
31     ],
32     "SAVideoPlayer": [
34     ],
35     "SAEvents": [
37     ]
38   }