blob: 4305d008393ee24506bb8fdeef298a60b5c105c1 [file] [log] [blame]
{
"name": "JCDialPad",
"version": "0.1.1",
"summary": "A customizable phone dial pad view similar to the iOS 7 Phone app's Keypad view.",
"description": "<<-DESC\n A customizable phone dial pad view similar to the iOS 7 Phone app's Keypad view.\n \n Based on ABPadLockScreen by Aron Bury.\n DESC",
"homepage": "https://github.com/jconst/JCDialPad",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joseph Constantakis": "jcon5294@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jconst/JCDialPad.git",
"tag": "0.1.1"
},
"source_files": "JCDialPad/*.{h,m}",
"dependencies": {
"libPhoneNumber-iOS": [
]
},
"requires_arc": true
}