blob: 941fcc1b5b40157b484bb10050c1b27ae04dd36c [file] [log] [blame]
{
"name": "JJSwiftBaseProject",
"version": "0.1.2.41",
"summary": "A short description of JJSwiftBaseProject.",
"description": "TODO: Add long description of the pod here.",
"swift_version": "4.1",
"homepage": "https://github.com/snailjj/JJSwiftBaseProject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snailjj": "snail@snailjj.com"
},
"source": {
"git": "https://github.com/snailjj/JJSwiftBaseProject.git",
"tag": "0.1.2.41"
},
"social_media_url": "https://www.snailjj.com",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Base",
"source_files": [
"JJSwiftBaseProject/Base/Managers/*.swift",
"JJSwiftBaseProject/Base/CustomUI/*.swift",
"JJSwiftBaseProject/Base/Extension/*.swift",
"JJSwiftBaseProject/Base/Settings/*.swift"
],
"dependencies": {
"Alamofire": [
],
"XCGLogger": [
],
"MJRefresh": [
],
"KeychainSwift": [
]
}
}
]
}