blob: 3383aa4b06b5683e26e571e4e48f7552509872f0 [file] [log] [blame]
{
"name": "BxInputController",
"version": "2.18.3",
"summary": "Swift library for all",
"description": "This framework will help iOS developers for simplify development general inputing controllers",
"homepage": "https://github.com/ByteriX/BxInputController.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Balalaev": "sof.bix@mail.ru"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/ByteriX/BxInputController.git",
"tag": "2.18.3"
},
"subspecs": [
{
"name": "Common",
"frameworks": [
"Foundation",
"UIKit"
],
"resources": [
"BxInputController/Sources/Assets.xcassets",
"BxInputController/Sources/**/*.xib"
],
"source_files": "BxInputController/Sources/**/*.swift",
"exclude_files": "**/Pictures/**/*.*",
"dependencies": {
"BxObjC/Common": [
],
"BxObjC/Control/Rate": [
],
"BxObjC/Control/TextView": [
],
"BxObjC/Control/ShakeAnimation": [
],
"BxObjC/Control/Navigation": [
],
"BxTextField": [
]
}
},
{
"name": "Photo",
"dependencies": {
"BxInputController/Common": [
]
},
"frameworks": [
"Photos",
"AssetsLibrary"
],
"resources": [
"BxInputController/Sources/Assets.xcassets",
"BxInputController/**/Pictures/**/*.xib"
],
"source_files": "BxInputController/**/Pictures/**/*.swift"
}
],
"swift_version": "4.0"
}