blob: e6db06f59e1db34feb4fdd8574606fd9360cac28 [file] [log] [blame]
{
"name": "BxInputController",
"version": "2.15.2",
"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.15.2"
},
"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"
}
]
}