blob: 3d90cfb2f51be5a7d8585195a5bda40408bc606d [file] [log] [blame]
{
"name": "FankMine",
"version": "0.0.11",
"summary": "FankMine private cocoapods project - summary.",
"description": "FankMine private cocoapods project - description.",
"homepage": "https://github.com/fankfank/FankMine.git",
"license": "Apache License, Version 2.0",
"authors": {
"fank": "locke_fank@126.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/fankfank/FankMine.git",
"tag": "0.0.11"
},
"source_files": [
"FankMine/Classes/*.swift",
"FankMine/Classes/**/*.swift"
],
"exclude_files": "FankMine/Classes/AppConfig",
"resources": [
"FankMine/Assets/Nib/*.xib",
"FankMine/Assets/Storyboard/*.storyboard",
"FankMine/Assets/Image/*.jpg"
],
"subspecs": [
{
"name": "Mine",
"source_files": "FankMine/Classes/Mine/*",
"dependencies": {
"SwiftyJSON": [
]
}
},
{
"name": "Extension",
"source_files": "FankMine/Classes/Extension/*",
"dependencies": {
"Kingfisher": [
"~> 4.8.1"
]
}
}
]
}