blob: 7a6160341bf1662dfd61be70cd40e58343d40927 [file] [log] [blame]
{
"name": "JBaseWorking",
"version": "0.1.5",
"summary": "jcooper的私有库",
"description": "用来快速搭建项目用的。",
"homepage": "https://git.oschina.net/appkf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jcooper": "jhfappkf@163.com"
},
"source": {
"git": "https://gitee.com/appkf/JBaseWorking",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"JBaseWorking",
"JBaseWorking/Classes/**/*.{h,m}"
],
"resources": "JBaseWorking/Assets/JBaseWorking.bundle",
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"MapKit",
"CoreLocation",
"JavaScriptCore",
"QuartzCore"
],
"dependencies": {
"AFNetworking": [
"~> 3.1"
],
"FMDB": [
"~> 2.7"
],
"MJExtension": [
"~> 3.0"
],
"MJRefresh": [
"~> 3.1.14"
],
"Masonry": [
"~> 1.1"
],
"SDWebImage": [
"~> 4.1"
]
}
}