[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / f / CROCOVideoBackground / 1.0.0 / CROCOVideoBackground.podspec.json
blob7e2b21016bb99d08a28d28730c2debd83a01710a
2   "name": "CROCOVideoBackground",
3   "version": "1.0.0",
4   "summary": "Simple Objective C category for Video Backgrounds",
5   "description": "CROCOVideoBackground class is a Objective C category that expand from UIView. It provides a simple way to put a video Background into UIView. The class is designed to make it quick and easy show videos, play and stop it.\n",
6   "homepage": "https://github.com/crocode-mobi/CROCOVideoBackground",
7   "license": "MIT",
8   "authors": {
9     "pb.ojeda": "pablo@crocode.mobi",
10     "robmarco": "roberto@crocode.mobi"
11   },
12   "source": {
13     "git": "https://github.com/crocode-mobi/CROCOVideoBackground.git",
14     "tag": "1.0.0"
15   },
16   "social_media_url": "https://twitter.com/CrocodeMobile",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "CROCOVideoBackground": [
24       "Pod/Assets/*.png"
25     ]
26   }