[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / d / 8 / AREndPointSwitch / 0.1.0 / AREndPointSwitch.podspec.json
blobc3b4ca448c799184c3b0105264b53b7d284fd1b6
2   "name": "AREndPointSwitch",
3   "version": "0.1.0",
4   "summary": "A simple way to switch endpoints on the fly",
5   "description": "Switching between staging and live endpoints is very useful in debugging an app. This easy to use switcher will allow you to hide in your app and make debugging easier.\n",
6   "homepage": "https://github.com/alexmreynolds/AREndPointSwitcher",
7   "license": "MIT",
8   "authors": {
9     "Alex M Reynolds": "alex.michael.reynolds@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/alexmreynolds/AREndPointSwitcher.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AREndPointSwitch": [
22       "Pod/Assets/*.png"
23     ]
24   }