blob: cb3a445aac631b4fc6ac3b218a734d3df181a4c9 [file] [log] [blame]
{
"name": "FDJUtility",
"version": "0.1.2-beta.2",
"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.2-beta.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"swift_version": "4.2",
"subspecs": [
{
"name": "Categories",
"source_files": "FDJUtility/Classes/Categories/**/*"
},
{
"name": "APPUtility",
"source_files": "FDJUtility/Classes/APPUtility/**/*",
"dependencies": {
"SAMKeychain": [
"~> 1.5.3"
]
}
}
]
}