[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 0 / 6 / CCFURLResponder / 0.0.1 / CCFURLResponder.podspec.json
blobc14bb1bc699e398d116b41049d941b77c75e42c2
2   "name": "CCFURLResponder",
3   "version": "0.0.1",
4   "summary": "Turn received URLs into NSNotification objects you can post.",
5   "description": "                   An important feature of iOS applications is the ability to respond to incoming URLs.  Your application\n                   can register a URL scheme that it knows how to handle.  But then what?  CCFURLResponder allows you to declare \n                   patterns of URLs that are based on the application's declared scheme and turn the received URLs into \n                   NSNotification objects.\n",
6   "homepage": "https://github.com/cocoa-factory/CCFURLResponder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alan K. Duncan": "alan@cocoa-factory.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/cocoa-factory/CCFURLResponder.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "CCFURLResponder/source",
22   "requires_arc": true