blob: 2b8a86bd310c785a821a04bd54867318c654382e [file] [log] [blame]
{
"name": "BAToolkitSwift",
"version": "0.1.5",
"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.5"
},
"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/ViewControllers/*.{h,m,swift}",
"dependencies": {
"BAToolkitSwift/Extensions": [
]
}
},
{
"name": "Views",
"source_files": "BAToolkitSwift/Views/*.{h,m,swift}",
"dependencies": {
"BAToolkitSwift/Extensions": [
]
}
},
{
"name": "Extras",
"source_files": "BAToolkitSwift/Extras/*.{h,m,swift}",
"dependencies": {
"BAToolkitSwift/Extensions": [
]
}
}
]
}