blob: f07f7cb96d9933ad16eb2738ddc0ab03247cbdd8 [file] [log] [blame]
{
"name": "APPropertyWrappers",
"version": "2.1.1",
"summary": "Simple and complex property wrappers for native Swift and for RxSwift.",
"description": "Simple and complex property wrappers for native `Swift` and for `RxSwift`. Please check `README.md` for more info.",
"homepage": "https://github.com/APUtils/APPropertyWrappers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/APPropertyWrappers.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.1"
],
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "APPropertyWrappers/Core/**/*",
"subspecs": [
{
"name": "Core",
"source_files": "APPropertyWrappers/Core/**/*",
"dependencies": {
"LogsManager/RoutableLogger": [
">= 9.1.3"
]
}
},
{
"name": "RxSwift",
"source_files": "APPropertyWrappers/RxSwift/**/*",
"dependencies": {
"APPropertyWrappers/Core": [
],
"RxCocoa": [
],
"RxSwift": [
]
}
}
],
"swift_version": "5.1"
}