[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 4 / b / 3 / LicenseVC / 0.1.0 / LicenseVC.podspec.json
blob4f4661375a2a07187976abb0e329de859e433ab2
2   "name": "LicenseVC",
3   "version": "0.1.0",
4   "summary": "UIViewController subclass with a simple API for displaying licensing information.",
5   "description": "LicenseVC is a UIViewController subclass that displays licensing information in an organized and beautiful way using a simple API. Just add the owner, year and license type and you're set to go.",
6   "homepage": "https://github.com/eeschimosu/LicenseVC",
7   "license": "MIT",
8   "authors": {
9     "Eduard Ichim": "eeschimosu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/eeschimosu/LicenseVC.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/eeschimosu",
16   "platforms": {
17     "ios": "8.4"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "LicenseVC": [
23       "Pod/Assets/*.png"
24     ]
25   }