blob: eb65c5f3acf7e14fb0328a7e86c501823f495f8a [file] [log] [blame]
{
"name": "FankMine",
"version": "0.0.14",
"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.14"
},
"source_files": [
"FankMine/Classes/*.swift",
"FankMine/Classes/Mine/*.swift",
"FankMine/Classes/Extension/*.swift"
],
"exclude_files": "FankMine/Classes/AppConfig",
"resources": [
"FankMine/Assets/Nib/*.xib",
"FankMine/Assets/Storyboard/*.storyboard",
"FankMine/Assets/Image/*.jpg",
"FankMine/Assets/Image/*.png"
],
"subspecs": [
{
"name": "Mine",
"source_files": "FankMine/Classes/Mine/*",
"dependencies": {
"SwiftyJSON": [
]
}
},
{
"name": "Extension",
"source_files": "FankMine/Classes/Extension/*",
"dependencies": {
"Kingfisher": [
"~> 4.8.1"
]
}
}
]
}