[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 5 / MeshbluKit / 0.2.0 / MeshbluKit.podspec.json
blobbfed36091ae4447af0b9af5cc66792db8665ba40
2   "name": "MeshbluKit",
3   "version": "0.2.0",
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.2.0"
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": [
34     ]
35   }