[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 9 / b / Dequable / 1.1.0 / Dequable.podspec.json
blob41b5946dc749101c5d213a80e64b41dcfc96ab13
2   "name": "Dequable",
3   "version": "1.1.0",
4   "summary": "Write strongly typed let constants for your dequable UI components and limit the need for string based cell identifiers.",
5   "description": "Dequable allows you to write strongly typed let constants for your dequable UI components and limits the need for string based cell identifiers. If you don't use interface builder, then you will not need to declare any cell identifiers.",
6   "homepage": "https://github.com/rob-nash/Dequable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Robert Nash": "robscode@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/nashytitz",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/rob-nash/Dequable.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "Dequable/*.{swift}",
23   "requires_arc": true,
24   "pushed_with_swift_version": "4.0"