blob: aaff4892082c53591f81948d90605970cfa224b9 [file] [log] [blame]
{
"name": "PbSwiftLibrary",
"version": "0.9.5",
"summary": "由ProteanBear创作使用Swift语言开发的用于开发iOS应用的轻量级框架库,包含了通用方法、数据绑定和一些常用的UI组件以及视图控制器。",
"description": "说明:由ProteanBear创作使用Swift语言开发的用于开发iOS应用的轻量级框架库,包含了通用方法、数据绑定和一些常用的UI组件以及视图控制器。",
"homepage": "https://github.com/ProteanBear/ProteanBear_Swift",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"ProteanBear": "moru_1982@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ProteanBear/ProteanBear_Swift.git",
"tag": "V0.9.5"
},
"source_files": "library/**/*.{swift}",
"frameworks": [
"UIKit",
"CoreLocation"
],
"requires_arc": true,
"dependencies": {
"ReachabilitySwift": [
],
"CryptoSwift": [
]
}
}