[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 9 / 0 / DDLicenseViewController / 0.3.0 / DDLicenseViewController.podspec.json
blob609ce368176e9f4bb82500e4886d36ac12d42b70
2   "name": "DDLicenseViewController",
3   "version": "0.3.0",
4   "summary": "A library to list and show licenses uses in your app.",
5   "description": "Every responsible app developer should list out the licenses used in their app.  This library makes it easy to display those licenses.",
6   "homepage": "https://github.com/dougdiego/DDLicenseViewController",
7   "screenshots": "https://raw.githubusercontent.com/dougdiego/DDLicenseViewController/master/Assets/DDLicenseViewControllerDemo.gif",
8   "license": "MIT",
9   "authors": {
10     "dougdiego": "dougdiego@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dougdiego/DDLicenseViewController.git",
14     "tag": "0.3.0"
15   },
16   "social_media_url": "https://twitter.com/dougdiego",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "resource_bundles": {
23     "DDLicenseViewController": [
24       "Pod/Assets/*.png"
25     ]
26   }