[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 9 / 5 / 1 / AppDeveloperKit-String / 1.0.2 / AppDeveloperKit-String.podspec.json
blobba26cf7fa29516059daaf4c79b43219255983fce
2   "name": "AppDeveloperKit-String",
3   "version": "1.0.2",
4   "summary": "String utilities - regular expressions and subscripting",
5   "homepage": "https://github.com/AppDeveloperKit/AppDeveloperKit-String",
6   "authors": {
7     "Name": "Scott Carter"
8   },
9   "license": {
10     "type": "BSD 3-Clause",
11     "file": "LICENSE"
12   },
13   "swift_version": "4.2",
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/AppDeveloperKit/AppDeveloperKit-String.git",
19     "tag": "1.0.2"
20   },
21   "subspecs": [
22     {
23       "name": "String",
24       "source_files": "Library/String.swift"
25     },
26     {
27       "name": "Regex",
28       "source_files": "Library/Regex.swift",
29       "dependencies": {
30         "AppDeveloperKit-String/String": [
32         ]
33       }
34     },
35     {
36       "name": "Subscript",
37       "source_files": "Library/Subscript.swift"
38     }
39   ]