blob: 55e87b1ade0f3570a08d70dd0bc30b9bfb89be72 [file] [log] [blame]
{
"name": "BxInputController",
"version": "2.7.4",
"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"
},
"source": {
"git": "https://github.com/ByteriX/BxInputController.git",
"tag": "2.7.4"
},
"pushed_with_swift_version": "4.0",
"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"
}
]
}