blob: f4b9b7ce9d024e2d44742697b9f7c06c628fb2e2 [file] [log] [blame]
{
"name": "BFGCallbackRouter",
"version": "1.0.1",
"summary": "Simple URL router supporting the x-callback-url 1.0 DRAFT spec.",
"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",
"homepage": "https://github.com/blackfog/BFGCallbackRouter",
"license": "MIT",
"authors": {
"Craig Pearlman": "github-public@craig.blackfog.net"
},
"social_media_url": "http://twitter.com/blackfog",
"platforms": {
"ios": "8.1"
},
"source": {
"git": "https://github.com/blackfog/BFGCallbackRouter.git",
"tag": "1.0.1"
},
"source_files": [
"BFGCallbackRouter",
"BFGCallbackRouter/**/*.{h,m}"
],
"requires_arc": true
}