blob: aafa84c4602f568805ec0151fde1841b21633764 [file] [log] [blame]
{
"name": "BXAppKit-BXModel",
"version": "1.0.0",
"summary": "Pure-Swift iOS Application Library BXModel",
"description": "Pure-Swift iOS Application Library BXModel, with CocoaPods Support",
"homepage": "https://github.com/banxi1988/BXAppKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"banxi1988": "banxi1988@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/banxi1988/BXAppKit.git",
"branch": "master"
},
"source_files": [
"BXModel/**/*.swift"
],
"dependencies": {
"SwiftyJSON": [
]
},
"requires_arc": true,
"module_name": "BXModel",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.1"
}