[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 5 / MeshbluKit / 0.3.1 / MeshbluKit.podspec.json
bloba834c1ff6b8e5bde9abdd304b803e89d8d283fd1
2   "name": "MeshbluKit",
3   "version": "0.3.1",
4   "summary": "Objective-C / Swift Meshblu Client Library",
5   "description": "\t\t       Objective-C / Swift Meshblu Client Library to easily connect Meshblu to iOS\n",
6   "homepage": "https://github.com/octoblu/MeshbluKit",
7   "license": "MIT",
8   "authors": {
9     "Sqrt of Octoblu": "sqrt@octoblu.com"
10   },
11   "source": {
12     "git": "https://github.com/octoblu/MeshbluKit.git",
13     "tag": "0.3.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MeshbluKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 1.2"
28     ],
29     "SwiftyJSON": [
30       "~> 2.2.0"
31     ],
32     "Result": [
33       "~> 0.4.3"
34     ]
35   }