blob: a9fe027adea0bdb0fd7c24390acba581b8679575 [file] [log] [blame]
{
"name": "CooperSDK",
"version": "0.1.18",
"summary": "基于iOS9的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.18"
},
"platforms": {
"ios": "9.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"
],
"MJRefresh": [
">= 3.2"
],
"Masonry": [
">= 1.1"
],
"SDWebImage": [
">= 5.0.0"
]
}
}