blob: d51fb5a23eb37ef50ccb483f7b6415435ece4313 [file] [log] [blame]
{
"name": "SwiftyUtilities",
"version": "0.3.1",
"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.3.1"
},
"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"
},
{
"name": "Networking",
"source_files": "SwiftyUtilities/Networking/**/*",
"dependencies": {
"SwiftyUtilities/Foundation": [
],
"Moya/ReactiveSwift": [
"~> 8.0.3"
],
"Argo": [
"~> 4.1.2"
],
"Curry": [
"~> 3.0.0"
],
"Ogra": [
"~> 4.1.1"
]
}
},
{
"name": "Reactive",
"source_files": "SwiftyUtilities/Reactive/**/*",
"dependencies": {
"SwiftyUtilities/Foundation": [
],
"ReactiveCocoa": [
"~> 5.0.2"
]
}
},
{
"name": "ReactivePortionLoader",
"source_files": "SwiftyUtilities/ReactivePortionLoader/**/*",
"dependencies": {
"SwiftyUtilities/Foundation": [
],
"SwiftyUtilities/Networking": [
]
}
}
]
}