blob: 16bb7cb0daf10543e9495b14acfa47a4fea72666 [file] [log] [blame]
{
"name": "JModalController",
"version": "0.0.3",
"summary": "An easy way to create custom sliding modals.",
"description": "Easily create custom modals that allow for a customizability and personal design. Don't be confined to using UIAlertController.",
"homepage": "https://github.com/jacks205/JModalController",
"screenshots": "https://raw.githubusercontent.com/jacks205/JModalController/master/images/jmodalcontroller.gif",
"license": "MIT",
"authors": {
"Mark Jackson": "jacks205@mail.chapman.edu"
},
"source": {
"git": "https://github.com/jacks205/JModalController.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/mjacks205",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JModalController": [
"Pod/Assets/*.png"
]
}
}