[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / b / 9 / Lic / 0.1.1 / Lic.podspec.json
blob23d8f5d203ca3e96cb8a367f798b652475155739
2   "name": "Lic",
3   "version": "0.1.1",
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.1"
22   },
23   "source_files": [
24     "Lic",
25     "Lic/**/*.{swift}"
26   ]