blob: 057113a3663a0c8ac64eb04b3ac0950b39d4ff00 [file] [log] [blame]
{
"name": "CooperSDK",
"version": "0.1.20",
"summary": "基于iOS10的CooperSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://git.oschina.net/appkf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jhfappkf@163.com": "jhfappkf@163.com"
},
"source": {
"git": "https://gitee.com/appkf/CooperSDK.git",
"tag": "0.1.20"
},
"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": [
">= 3.2"
],
"FMDB": [
">= 2.7"
],
"MJExtension": [
">= 3.2.1"
],
"MJRefresh": [
">= 3.1.0"
],
"Masonry": [
">= 1.1"
],
"SDWebImage": [
">= 5.0.0"
]
}
}