blob: 7ea837d4541a8a3b182d90513b73e61b76e59fca [file] [log] [blame]
{
"name": "RPSViewControllerPresenter",
"version": "0.1.0",
"summary": "A convenience library for presenting UIViewController anywhere.",
"description": " A convenience library for presenting a new UIViewController as the top\n presented UIViewController, anywhere from your code.\n",
"homepage": "https://github.com/edopelawi/RPSViewControllerPresenter",
"license": "MIT",
"authors": {
"Ricardo Pramana Suranta": "ricardo.pramana@gmail.com"
},
"source": {
"git": "https://github.com/edopelawi/RPSViewControllerPresenter.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/edopelawi",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*",
"resource_bundles": {
"RPSViewControllerPresenter": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
}
}