blob: fb2d1f95a4955de0bde2d01660ce40e7f809f9f4 [file] [log] [blame]
{
"name": "MeshbluHttp",
"version": "1.1.0",
"summary": "Swift Meshblu HTTP Client Library",
"description": "Swift Meshblu HTTP Client Library, currently iOS only",
"homepage": "https://github.com/octoblu/swift-meshblu-http",
"license": "MIT",
"authors": {
"Octoblu": "cocoapods@octoblu.com"
},
"source": {
"git": "https://github.com/octoblu/swift-meshblu-http.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/octoblu",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "MeshbluHttp/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"SwiftyJSON": [
"~> 2.3"
],
"Result": [
"~> 2.1"
]
}
}