blob: 17c41c32d2a1c7363fe79071057e35d94a4b480b [file] [log] [blame]
{
"name": "JWHelperKit",
"version": "1.0.4",
"summary": "JWHelperKit: Swift拓展",
"homepage": "https://github.com/jw10126121/JWHelperKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jw10126121": "10126121@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jw10126121/JWHelperKit.git",
"tag": "1.0.4"
},
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "Base",
"source_files": "JWHelperKit/Classes/Base/**/*",
"frameworks": "UIKit"
},
{
"name": "Navigation",
"source_files": "JWHelperKit/Classes/Navigation/**/*",
"dependencies": {
"JWHelperKit/Base": [
],
"UINavigationControllerWithCompletionBlock": [
]
}
}
]
}