blob: e9441596184bc4e20e9cc18caff932e588d4d11a [file] [log] [blame]
{
"name": "CooperSDK",
"version": "0.1.32",
"summary": "基于iOS10的CooperSDK.",
"description": "阿木的iOS项目的基础SDK,仅供私人使用",
"homepage": "https://gitee.com/appkf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jhfappkf@163.com": "jhfappkf@163.com"
},
"source": {
"git": "https://gitee.com/appkf/CooperSDK.git",
"tag": "0.1.32"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"CooperSDK",
"CooperSDK/Classes/**/*.{h,m}"
],
"resources": "CooperSDK/Assets/*.bundle",
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"MapKit",
"CoreLocation",
"JavaScriptCore",
"QuartzCore"
],
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"FMDB": [
">= 2.7"
],
"MJExtension": [
">= 3.2.1"
],
"MJRefresh": [
">= 3.1.0"
],
"Masonry": [
">= 1.1"
],
"SDWebImage": [
">= 5.0.0"
],
"ReactiveObjC": [
"~> 3.1"
],
"KVOMutableArray/ReactiveCocoaSupport": [
]
}
}