[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 5 / MeshbluKit / 1.4.4 / MeshbluKit.podspec.json
blobdcfb2c0e851df7bf93bf7b962e6ceb132376e36b
2   "name": "MeshbluKit",
3   "version": "1.4.4",
4   "summary": "Objective-C / Swift Meshblu Client Library",
5   "description": "Objective-C / Swift Meshblu Client Library to easily connect Meshblu to iOS",
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": "1.4.4"
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       "~> 2.0.2"
28     ],
29     "SwiftyJSON": [
30       "~> 2.3.0"
31     ]
32   }