blob: abc6f5ed32ef6cd7c4eefd547012ddc8924d48f4 [file] [log] [blame]
{
"name": "SSKit",
"version": "2.0.0",
"summary": "SSKit",
"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.0.0"
},
"source_files": "SSKitIntegration/SSKitIntegration/SSKit/*.h",
"dependencies": {
"SSMVVM": [
],
"SSAlertView": [
],
"SSInherits": [
],
"SSService": [
],
"KMNavigationBarTransition": [
],
"FDFullscreenPopGesture": [
]
}
}