blob: 671998d9bc11023fe53a86d7b1f855764eb33b94 [file] [log] [blame]
{
"name": "BAToolkitSwift",
"version": "0.1.3",
"summary": "An iOS app building toolkit in Swift.",
"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",
"source": {
"git": "https://github.com/johncpang/BAToolkitSwift.git",
"tag": "0.1.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Pang": "john@brewingapps.com"
},
"social_media_url": "https://twitter.com/johncpang",
"platforms": {
"ios": "9.0"
},
"exclude_files": "BAToolkitSwift/Exclude",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Extensions",
"source_files": "BAToolkitSwift/*Extensions.{h,m,swift}"
},
{
"name": "ViewControllers",
"source_files": "BAToolkitSwift/*Controller*.{h,m,swift}",
"dependencies": {
"BAToolkitSwift/Extensions": [
]
}
},
{
"name": "Views",
"source_files": "BAToolkitSwift/BA{*Button,*TextField,*View}.{h,m,swift}",
"dependencies": {
"BAToolkitSwift/Extensions": [
]
}
},
{
"name": "Extras",
"source_files": "BAToolkitSwift/Extras/*.{h,m,swift}",
"dependencies": {
"BAToolkitSwift/Extensions": [
]
}
}
]
}