[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 1 / 9 / BFGCallbackRouter / 1.0.1 / BFGCallbackRouter.podspec.json
blobf4b9b7ce9d024e2d44742697b9f7c06c628fb2e2
2   "name": "BFGCallbackRouter",
3   "version": "1.0.1",
4   "summary": "Simple URL router supporting the x-callback-url 1.0 DRAFT spec.",
5   "description": "                   ``BFGCallbackRouter`` is an implementation of the [x-callback-url 1.0 DRAFT Spec](http://x-callback-url.com/specifications/) in Objective-C for use in iOS applications. The intention was to create a simple, light, and flexible implementation.\n",
6   "homepage": "https://github.com/blackfog/BFGCallbackRouter",
7   "license": "MIT",
8   "authors": {
9     "Craig Pearlman": "github-public@craig.blackfog.net"
10   },
11   "social_media_url": "http://twitter.com/blackfog",
12   "platforms": {
13     "ios": "8.1"
14   },
15   "source": {
16     "git": "https://github.com/blackfog/BFGCallbackRouter.git",
17     "tag": "1.0.1"
18   },
19   "source_files": [
20     "BFGCallbackRouter",
21     "BFGCallbackRouter/**/*.{h,m}"
22   ],
23   "requires_arc": true