blob: 720d945bdecfe8c7e6c771603b52ca59c4dd703a [file] [log] [blame]
{
"name": "SSKit",
"version": "2.2.0",
"summary": "SSKit Framework",
"description": "SSKit是一个简易的、高度拓展性的iOS MVVM化框架",
"homepage": "https://github.com/bassamyan/SSKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quincy Yan": "yanyibin.nz@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bassamyan/SSKit.git",
"tag": "2.2.0"
},
"source_files": "SSKitIntegration/SSKitIntegration/SSKitIntegration/*.h",
"dependencies": {
"SSMVVM": [
],
"SSWrapper": [
],
"KMNavigationBarTransition": [
],
"FDFullscreenPopGesture": [
]
}
}