blob: c56ba49e17fc71c4413cd237b3b38aa761d4c1f2 [file] [log] [blame]
{
"name": "SSMVVM",
"version": "1.2.1",
"summary": "MVVM化核心组件",
"description": "SSMVVM是作为SSKit中最核心的MVVM化的组件",
"homepage": "https://github.com/bassamyan/SSMVVM",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quincy Yan": "yanyibin.nz@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bassamyan/SSMVVM.git",
"tag": "1.2.1"
},
"source_files": "SSMVVM/SSMVVM/SSMVVM/*.h",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"Masonry": [
"~> 1.0.1"
],
"SDWebImage": [
"~> 3.8.2"
],
"AFNetworking": [
"~> 3.1.0"
],
"TPKeyboardAvoiding": [
"~> 1.3"
],
"SSWrapper": [
],
"SSKitUtility": [
]
},
"subspecs": [
{
"name": "SSMVVM",
"source_files": "SSMVVM/SSMVVM/SSMVVM/SSMVVM/**/*.{h,m}"
}
]
}