blob: 38b8e30ecf2b19eeb15aa9ffda40c655cd58b2f2 [file] [log] [blame]
{
"name": "SSKit",
"version": "1.1.1-beta",
"summary": "iOS响应式开发框架",
"description": "以‘ReactiveCocoa’为基础搭建的简单易懂的iOS响应式开发框架",
"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": "1.1.1-beta"
},
"source_files": "SSKit/**/*.{h,m}",
"resources": "SSKit/Resource/**/*",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"Masonry": [
"~> 1.0.1"
],
"SDWebImage": [
"~> 3.8.2"
],
"AFNetworking": [
"~> 3.1.0"
],
"KMNavigationBarTransition": [
"~> 0.0.10"
],
"TPKeyboardAvoiding": [
"~> 1.3"
],
"SSPullRefresh": [
],
"SSDialog": [
],
"SSTabbar": [
],
"SSProgressIndicator": [
],
"SSStatus": [
],
"SSConfigure": [
],
"SSCategory": [
],
"SSHandler": [
],
"SSInherits": [
],
"SSService": [
]
}
}