blob: 9ccdfd0c20c4d52a455c1f7f5ec1ef475a24e740 [file] [log] [blame]
{
"name": "SwiftyUtilities",
"version": "0.5.2",
"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.5.2"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Foundation",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Foundation",
"source_files": "SwiftyUtilities/Foundation/**/*",
"frameworks": "Foundation"
},
{
"name": "UIKit",
"source_files": "SwiftyUtilities/UIKit/**/*",
"frameworks": "UIKit"
},
{
"name": "Reactive",
"source_files": "SwiftyUtilities/Reactive/**/*",
"dependencies": {
"SwiftyUtilities/Foundation": [
],
"ReactiveCocoa": [
"~> 7.1.0-rc.2"
]
}
},
{
"name": "ReactivePortionLoader",
"source_files": "SwiftyUtilities/ReactivePortionLoader/**/*",
"dependencies": {
"SwiftyUtilities/Foundation": [
],
"Moya/ReactiveSwift": [
"~> 11.0.0-beta.1"
]
}
}
]
}