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