[Add] DocumentReaderFullAuthRFIDStage 7.5.10872
[CocoaPods.git] / Specs / a / b / 9 / Lic / 0.1.2 / Lic.podspec.json
blobb2a8b0b72c0104cc662d5c0c2aa4699e2e8b69c2
2   "name": "Lic",
3   "version": "0.1.2",
4   "summary": "Easy, safe object slicing for Swift",
5   "description": "Lic is a μ-framework that makes getting slices of arrays\nand strings in Swift 2 safe and easy.",
6   "homepage": "https://github.com/dduan/Lic",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Daniel Duan": "daniel@duan.org"
13   },
14   "social_media_url": "https://twitter.com/Daniel_Duan",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/dduan/Lic.git",
21     "tag": "v0.1.2"
22   },
23   "source_files": [
24     "Lic",
25     "Lic/**/*.{swift}"
26   ]