blob: 88746c5985cbe51bc5c805f4757441af3fffdc7d [file] [log] [blame]
{
"name": "SwiftyUtilities",
"version": "0.1.0",
"summary": "A collection of reusable boilerplate code.",
"homepage": "https://github.com/eastsss/SwiftyUtilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eastsss": "anatox91@yandex.ru"
},
"source": {
"git": "https://github.com/eastsss/SwiftyUtilities.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Foundation",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Foundation",
"source_files": "SwiftyUtilities/Foundation/**/*",
"frameworks": "Foundation"
},
{
"name": "UIKit",
"source_files": "SwiftyUtilities/UIKit/**/*",
"frameworks": "UIKit"
}
]
}