blob: 03a17ae0a716921f396fb529f00079b7ef4826f0 [file] [log] [blame]
{
"name": "BAToolkitSwift",
"version": "0.1.2",
"summary": "An initial release of BAToolkitSwift.",
"description": "The code was adapt from an active project running Swift 4 (using Xcode 9). The toolkit holds extension functions and extended/customized class that ease development of iOS app (can be inherited by Swift classes or used by Objective-C classes)",
"homepage": "https://github.com/johncpang/BAToolkitSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Pang": "john@brewingapps.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/johncpang/BAToolkitSwift.git",
"tag": "0.1.2"
},
"source_files": [
"BAToolkitSwift",
"BAToolkitSwift/**/*.{h,m,swift}"
],
"exclude_files": "BAToolkitSwift/Exclude",
"pushed_with_swift_version": "3.0"
}