| { |
| "name": "BonjourDevAPIFinder", |
| "version": "0.1.1", |
| "summary": "BonjourDevAPIFinder lets you find your local development API servers automatically and choose it instead of the production API in run-time.", |
| "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", |
| "homepage": "https://github.com/swingdev/BonjourDevAPIFinder", |
| "license": "MIT", |
| "authors": { |
| "Tomek Kopczuk": "tkopczuk@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/swingdev/BonjourDevAPIFinder.git", |
| "tag": "0.1.1" |
| }, |
| "social_media_url": "https://twitter.com/tkopczuk", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "resource_bundles": { |
| "BonjourDevAPIFinder": [ |
| |
| ] |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Tweaks": [ |
| "~> 1.1" |
| ] |
| } |
| } |