blob: 2ef1600184e1b99b594ed26b2dcf55e460cd4ed4 [file] [log] [blame]
{
"name": "MeshbluKit",
"version": "0.4.0",
"summary": "Objective-C / Swift Meshblu Client Library",
"description": "\t\t Objective-C / Swift Meshblu Client Library to easily connect Meshblu to iOS\n",
"homepage": "https://github.com/octoblu/MeshbluKit",
"license": "MIT",
"authors": {
"Sqrt of Octoblu": "sqrt@octoblu.com"
},
"source": {
"git": "https://github.com/octoblu/MeshbluKit.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MeshbluKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"SwiftyJSON": [
"~> 2.2.0"
],
"Result": [
"~> 0.4.3"
]
}
}