blob: a6c88a35cd1b57b6848d1ce6c7138a121436eb93 [file] [log] [blame]
{
"name": "FankMine",
"version": "0.0.23",
"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.23"
},
"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"
],
"dependencies": {
"CTMediator": [
],
"FankExtension": [
]
},
"subspecs": [
{
"name": "Mine",
"source_files": "FankMine/Classes/Mine/*",
"dependencies": {
"SwiftyJSON": [
"4.1.0"
]
}
},
{
"name": "Extension",
"source_files": "FankMine/Classes/Extension/*",
"dependencies": {
"Kingfisher": [
"~> 4.8.1"
]
}
}
]
}