blob: f25df58411de913d72116405155e25b3fa68cfd0 [file] [log] [blame]
{
"name": "BoostSwift",
"version": "0.1.0",
"summary": "Useful Swift Classes and Extensions to Boost Your Productivity.",
"description": "BoostSwift is a handy collection of Swift classes and extensions to boost your productivity.",
"homepage": "https://github.com/BoostSwift/BoostSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xinus Wang": "xinus.wang@gmail.com"
},
"source": {
"git": "https://github.com/BoostSwift/BoostSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "BoostSwift/Sources/*.swift",
"subspecs": [
{
"name": "CoreLibs",
"source_files": "BoostSwift/Sources/Extensions/CoreLibs/*.swift"
},
{
"name": "Foundation",
"source_files": "BoostSwift/Sources/Extensions/Foundation/*.swift"
},
{
"name": "UIKit",
"source_files": "BoostSwift/Sources/Extensions/UIKit/*.swift"
}
]
}