blob: 095a79469748522bda4482bf7f889fe65ab18842 [file] [log] [blame]
{
"name": "SSKit",
"version": "1.2.4",
"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.2.4"
},
"source_files": "SSKitDemo/SSKit/**/*.{h,m}",
"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": [
],
"SSService": [
],
"SSHandler": [
]
}
}