blob: 6bb4f540af1381b35a2f8ba0a5738e2846c46037 [file] [log] [blame]
{
"name": "FDJUtility",
"version": "0.1.1-beta.1",
"summary": "A Utils Tools Library",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/FatDogJOE/FDJUtility",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joe": "likethephoenix@163.com"
},
"source": {
"git": "https://github.com/FatDogJOE/FDJUtility.git",
"tag": "0.1.1-beta.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Categories",
"source_files": "FDJUtility/Classes/Categories/**/*"
},
{
"name": "APPUtility",
"source_files": "FDJUtility/Classes/APPUtility/**/*",
"dependencies": {
"SAMKeychain": [
"~> 1.5.3"
]
}
},
{
"name": "OCSupport",
"source_files": "FDJUtility/Classes/OCSupport/**/*",
"public_header_files": "FDJUtility/Classes/OCSupport/**/*.{h}"
}
]
}