[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 7 / 5 / b / FDJUtility / 0.1.0 / FDJUtility.podspec.json
blobf60425656a0a6c2a9f64c421ad29cfdda2f7894e
2   "name": "FDJUtility",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "subspecs": [
23     {
24       "name": "Categories",
25       "source_files": "FDJUtility/Classes/Categories/**/*"
26     },
27     {
28       "name": "APPUtility",
29       "source_files": "FDJUtility/Classes/APPUtility/**/*",
30       "dependencies": {
31         "SAMKeychain": [
32           "~> 1.5.3"
33         ]
34       }
35     },
36     {
37       "name": "OCSupport",
38       "source_files": "FDJUtility/Classes/OCSupport/**/*",
39       "public_header_files": "FDJUtility/Classes/OCSupport/**/*.{h}"
40     }
41   ]