blob: 6cab42fb68755ce7c1e258d69dd3d174ce024542 [file] [log] [blame]
{
"name": "FTFoundationKit",
"version": "1.0.0",
"summary": "FTFoundationKit 是iOS基础服务工程",
"description": "此工程为Fosun - iOS基础服务工程,专门为互联网项目准备。不作其它用处。",
"homepage": "https://github.com/guoweikun621/FTFoundationKit",
"license": "MIT",
"authors": {
"郭伟坤": "guoweikun621@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guoweikun621/FTFoundationKit.git",
"tag": "1.0.0"
},
"source_files": [
"Sources/NetworkServer/*.{swift}",
"Sources/Common/*.{swift}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.4.0"
],
"SwiftyJSON": [
"~> 3.1.4"
],
"WKBaseServicesSwift": [
"~>3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}