blob: de1ee720cd73f02fbb72cd5ed53a7db45481f26f [file] [log] [blame]
{
"name": "BrainBlocksKit",
"version": "0.0.8",
"summary": "A Payment Framework for Raiblocks.",
"description": "The BrainBlocksKit is a complete payment framework that can be used in any iOS app to accept Raiblocks.",
"homepage": "https://github.com/brainblocks/brainblocks-ios-sdk",
"license": {
"type": "Apache License, Version 2.0",
"text": " Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
},
"authors": "BrainBlocks",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/brainblocks/brainblocks-ios-sdk.git",
"tag": "v0.0.8"
},
"source_files": [
"BrainBlocksKit",
"BrainBlocksKit/**/*.{h,m,swift}"
],
"resource_bundles": {
"BrainBlocksKit": [
"BrainBlocksKit/*.{storyboard,xib,png}"
]
},
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"QRCode": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
}
}