blob: 67cfcf44ca7c419132bd495cdd3076bc50ecc64e [file] [log] [blame]
{
"name": "JBaseSDK",
"version": "0.1.1",
"summary": "公开SDK",
"description": "可以用来快速搭建项目用的。",
"homepage": "https://git.oschina.net/appkf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jcooper": "jhfappkf@163.com"
},
"source": {
"git": "https://gitee.com/appkf/JBaseSDK.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"resources": "JBaseSDK/Assets/JBaseWorking.bundle",
"vendored_frameworks": "JBaseSDK/*.{framework}",
"libraries": "sqlite3",
"frameworks": [
"Foundation",
"UIKit",
"MapKit",
"CoreLocation",
"JavaScriptCore",
"QuartzCore",
"security",
"ImageIO",
"MobileCoreServices",
"CoreGraphics",
"SystemConfiguration",
"WebKit",
"Accelerate",
"CoreData",
"AdSupport"
],
"dependencies": {
"AFNetworking": [
"~> 3.1"
],
"FMDB": [
"~> 2.7"
],
"MJExtension": [
"~> 3.0"
],
"MJRefresh": [
"~> 3.1.14"
],
"Masonry": [
"~> 1.1"
],
"SDWebImage": [
"~> 4.1"
]
}
}