blob: 0dde5c2100845deae2a790f1356aac45e1db7cb4 [file] [log] [blame]
{
"name": "TBMBaaSKit",
"version": "0.1.0.11",
"summary": "TBMBaaSKit is a framework for connecting to TBMBaaSKit Sever.",
"description": "This framework provides tools to handle sending and retrieving objects from the MBaaSKit Server",
"homepage": "https://github.com/collegboi/TBMBaaSKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"collegboi": "timothy.barnard@mydit.ie"
},
"source": {
"git": "https://github.com/collegboi/TBMBaaSKit.git",
"tag": "0.1.0.11"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/Shared/*.swift",
"ios": {
"source_files": "Sources/iOS/*.swift",
"frameworks": "UIKit"
},
"watchos": {
"source_files": "Sources/watchOS/*.swift",
"frameworks": "WatchKit"
},
"tvos": {
"source_files": "Sources/tvOS/*.swift"
},
"frameworks": "SystemConfiguration",
"osx": {
"frameworks": "AppKit"
},
"pushed_with_swift_version": "3.0"
}