[Add] IMGLYDesignEditor 1.40.1-rc.0
[CocoaPods.git] / Specs / 7 / 5 / b / FDJUtility / 0.1.2-beta.1 / FDJUtility.podspec.json
blobcedaef5ccf17ed7436a76d6d0482d1b2c33017b4
2   "name": "FDJUtility",
3   "version": "0.1.2-beta.1",
4   "summary": "A Utils Tools Library",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/FatDogJOE/FDJUtility",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joe": "likethephoenix@163.com"
13   },
14   "source": {
15     "git": "https://github.com/FatDogJOE/FDJUtility.git",
16     "tag": "0.1.2-beta.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.2",
22   "swift_version": "4.2",
23   "subspecs": [
24     {
25       "name": "Categories",
26       "source_files": "FDJUtility/Classes/Categories/**/*"
27     },
28     {
29       "name": "APPUtility",
30       "source_files": "FDJUtility/Classes/APPUtility/**/*",
31       "dependencies": {
32         "SAMKeychain": [
33           "~> 1.5.3"
34         ]
35       }
36     }
37   ]