[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 7 / 0 / BonjourDevAPIFinder / 0.1.1 / BonjourDevAPIFinder.podspec.json
blobfcac0bcbe2c84cbacf43f6c27f99dcf380726c80
2   "name": "BonjourDevAPIFinder",
3   "version": "0.1.1",
4   "summary": "BonjourDevAPIFinder lets you find your local development API servers automatically and choose it instead of the production API in run-time.",
5   "description": "                       BonjourDevAPIFinder uses Tweaks.\n\n                       You need to make sure Tweaks have a way to be opened (see [Tweaks docs](https://github.com/facebook/Tweaks)).\n\n                       See example project for usage.\n                       Sample Bonjour-enabled node server project attached in the `Server Example` folder.\n\n",
6   "homepage": "https://github.com/swingdev/BonjourDevAPIFinder",
7   "license": "MIT",
8   "authors": {
9     "Tomek Kopczuk": "tkopczuk@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/swingdev/BonjourDevAPIFinder.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/tkopczuk",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "BonjourDevAPIFinder": [
24     ]
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "Tweaks": [
29       "~> 1.1"
30     ]
31   }